X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_clnt.h;h=4a49cde9b857d7f5be6e3d1257b00ca6c497dc3b;hb=2c66a62d2d9e2315e6e748b96643f7f141c4d017;hp=093236905d9eb76a163ca8b20c3871f3049ff964;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/fs/xfs/xfs_clnt.h b/fs/xfs/xfs_clnt.h index 093236905..4a49cde9b 100644 --- a/fs/xfs/xfs_clnt.h +++ b/fs/xfs/xfs_clnt.h @@ -100,5 +100,7 @@ struct xfs_mount_args { #define XFSMNT_DMAPI 0x02000000 /* enable dmapi/xdsm */ #define XFSMNT_NOLOGFLUSH 0x04000000 /* Don't flush for log blocks */ #define XFSMNT_IDELETE 0x08000000 /* inode cluster delete */ +#define XFSMNT_SWALLOC 0x10000000 /* turn on stripe width + * allocation */ #endif /* __XFS_CLNT_H__ */