X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_clnt.h;h=fb9628b364db5887be0f66de36b58056da4f42b1;hb=8e8ece46a861c84343256819eaec77e608ff9217;hp=4a49cde9b857d7f5be6e3d1257b00ca6c497dc3b;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/fs/xfs/xfs_clnt.h b/fs/xfs/xfs_clnt.h index 4a49cde9b..fb9628b36 100644 --- a/fs/xfs/xfs_clnt.h +++ b/fs/xfs/xfs_clnt.h @@ -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__ */