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 42a094eba33bc0fb17fb8d957298e8bc8bff24ed
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 22:01:47 2007 -0400
Unionfs: release 2.1.3
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit d1a1a58f86f6d4f7ef8541657a861bfcb08572fc
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 91cfbdffca417ad4d398a12e6a33d6e68c6c867c
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 d1045eaa9a5855064919846422dd8fd17e54e687
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 336e4cac99e15bbb559b2c13af48ee87bbd1807d
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