commit 13bf0a825c679587a1ab6530b41bf060ab5ae392
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Thu May 24 22:46:45 2007 -0400

    cleanup: removed unneeded declarations

diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index 258d69e..0c7ebc7 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -79,9 +79,6 @@ extern struct export_operations unionfs_export_ops;
 #define init_export_op(sb)      /* */
 #endif
 
-/* How long should an entry be allowed to persist */
-#define RDCACHE_JIFFIES        (5*HZ)
-
 /* file private data. */
 struct unionfs_file_info {
        int bstart;
@@ -263,8 +260,6 @@ extern void update_bstart(struct dentry *dentry);
 /* replicates the directory structure up to given dentry in given branch */
 extern struct dentry *create_parents(struct inode *dir, struct dentry *dentry,
                                     const char *name, int bindex);
-extern int make_dir_opaque(struct dentry *dir, int bindex);
-
 /* partial lookup */
 extern int unionfs_partial_lookup(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