vserver 2.0-rc4
[linux-2.6.git] / fs / xfs / xfs_clnt.h
index 4a49cde..fb9628b 100644 (file)
@@ -64,6 +64,7 @@ struct xfs_mount_args {
        int     sunit;          /* stripe unit (BBs) */
        int     swidth;         /* stripe width (BBs), multiple of sunit */
        uchar_t iosizelog;      /* log2 of the preferred I/O size */
+       int     ihashsize;      /* inode hash table size (buckets) */
 };
 
 /*
@@ -102,5 +103,6 @@ struct xfs_mount_args {
 #define XFSMNT_IDELETE         0x08000000      /* inode cluster delete */
 #define XFSMNT_SWALLOC         0x10000000      /* turn on stripe width
                                                 * allocation */
+#define XFSMNT_TAGXID          0x40000000      /* context xid tagging */
 
 #endif /* __XFS_CLNT_H__ */