commit f6709034bd553cc472351ca96967a5a4932caa38
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Thu May 24 23:31:48 2007 -0400

    removed unused function

diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index c128756..ae1a781 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -95,14 +95,9 @@ 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)
 {
-       if (!osi->whiteout)
-               return 0;
+       BUG_ON(!osi->whiteout);
        return osi->whiteout->d_inode->i_ino == dentry->d_inode->i_ino;
 }
-static inline int odf_is_wh(struct odf_dentry_info *odi)
-{
-       return __odf_is_wh(odi->osi, odi->dentry);
-}
 
 /* opaque */
 int odf_get_opaque(struct super_block *sb, struct dentry *dentry);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to