On Tue, Sep 25, 2007 at 11:11:12PM -0400, Erez Zadok wrote:
> 
> We are pleased to announce Unionfs 2.1.5.  Changes from 2.1.4 are:
> 
> - NFSv4 support (lower branches can be nfs4) -- 2.6.23 only
> - un/likely() performance optimizations
> - minor mmap fixes (cast page->index to loff_t before shifting)
> - minor code cleanups and style updates (some 64-bit updates)
> 

attached is a patch that lets 2.1.5 build if CONFIG_UNION_FS_DEBUG
is not defined.

---
 fs/unionfs/union.h |    1 +
 1 file changed, 1 insertion(+)

--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -561,6 +561,7 @@ extern void __show_inode_counts(const st
 #define unionfs_check_inode(i)         do { } while(0)
 #define unionfs_check_dentry(d)                do { } while(0)
 #define unionfs_check_file(f)          do { } while(0)
+#define unionfs_check_nd(n)            do { } while(0)
 #define show_branch_counts(sb)         do { } while(0)
 #define show_inode_times(i)            do { } while(0)
 #define show_dinode_times(d)           do { } while(0)

Attachment: pgpwyLwO7FE1U.pgp
Description: PGP signature

_______________________________________________
unionfs mailing list: http://unionfs.filesystems.org/
unionfs@mail.fsl.cs.sunysb.edu
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to