commit 62224a039230d05464b2861946d5d230b9d5ed50
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Mon Mar 26 17:24:01 2007 -0400
a couple of small bug fixes
diff --git a/fs/unionfs/unlink.c b/fs/unionfs/unlink.c
index 6f0c032..c61111e 100644
--- a/fs/unionfs/unlink.c
+++ b/fs/unionfs/unlink.c
@@ -145,7 +145,7 @@ out:
dentry->d_inode->i_nlink--;
/* We don't want to leave negative leftover dentries for revalidate. */
- if (!err && (odf_get_opaque(dentry->d_sb,dentry) != -1))
+ if (!err && opaque != -1)
update_bstart(dentry);
return err;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs