commit 4cba205d343b0bb23e0571d0330a053f764f0c41
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Thu May 24 23:46:06 2007 -0400
remove the BUG_ON in odf_is_wh, for now because odf lookup is
called in odf_put_super before the whiteout file is created.
diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index ae1a781..0301ba4 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -95,7 +95,6 @@ int odf_reclaim(struct dentry *dentry, int sr);
int odf_create_wh(struct dentry *dentry);
static inline int __odf_is_wh(struct odf_sb_info *osi, struct dentry *dentry)
{
- BUG_ON(!osi->whiteout);
return osi->whiteout->d_inode->i_ino == dentry->d_inode->i_ino;
}
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs