[Unionfs] [ANNOUNCE] Unionfs 2.1.5 released (NFSv4)

John Johansen jjohansen at suse.de
Wed Sep 26 23:45:12 EDT 2007


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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.fsl.cs.sunysb.edu/pipermail/unionfs/attachments/20070926/07dee06a/attachment.bin


More information about the unionfs mailing list