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 bc7d6fc758540c8b82f54db9e0b3c8c3c4b20793
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 22:01:51 2007 -0400
Unionfs: release 2.1.3
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit cdb61a47ebf0db03180979d7654c0a4dc86fa87d
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 b0ba6f8b633efe75efe8b79df0ddfce72b87cf61
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 1faf828ba3ee1143ce1335b7a79f067268c1adef
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 472587fa1a71655c31e6ff45c70a8ca4ca673f1b
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