fs/unionfs/Makefile | 2 +-
fs/unionfs/dentry.c | 13 ++++++-----
fs/unionfs/inode.c | 6 ++++-
fs/unionfs/lookup.c | 52 ++++++++++++++++++++++++++++++--------------------
4 files changed, 44 insertions(+), 29 deletions(-)
New commits:
commit a1ec5263b79d4945a4908b22e0fde1b38cb1d829
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 22:01:42 2007 -0400
Unionfs: release 2.1.3
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 4ff0fb3c8a985dc8479b36b92d3e918b969cbd21
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:19:29 2007 -0400
Unionfs: cache coherency after lower objects are removed
Prevent an oops if a lower file is deleted and then it is stat'ed from the
upper layer. Ensure that we return a negative dentry so the user will get
an ENOENT. Properly dput/mntput so we don't leak references at the lower
file system.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit ed8d9f127b4556a834eebeaeceb2590afa55ebf1
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:15:37 2007 -0400
Unionfs: unionfs_lookup locking consistency
Ensure that our lookup locking is consistent and symmetric: if a lock
existed before calling lookup_backend, it should remain so; only if
performing a lookup of a known new dentry, should lookup_backend return a
newly-locked dentry-inode info (and only if there was no error). Document
this behavior. This cleanup allowed us to remove two unnecessary int
declarations.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 24850a9ec65faecd422a11027eeccd6ee6a77a6b
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:10:31 2007 -0400
Unionfs: use boolean type in unionfs_d_revalidate
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 97a401b0dc3578ca5118b845bb4aa24e10cc91d5
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:09:41 2007 -0400
Unionfs: add missing newlines to printks
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs