X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_clnt.h;fp=fs%2Fxfs%2Fxfs_clnt.h;h=aae13a6c6f6f0de36e692f1eb64cf09e49189d4f;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=6203fb46f2597d32fdcbe7d937c94c1901861cc7;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/fs/xfs/xfs_clnt.h b/fs/xfs/xfs_clnt.h index 6203fb46f..aae13a6c6 100644 --- a/fs/xfs/xfs_clnt.h +++ b/fs/xfs/xfs_clnt.h @@ -68,8 +68,7 @@ struct xfs_mount_args { * enforcement */ #define XFSMNT_PQUOTAENF 0x00000040 /* IRIX project quota limit * enforcement */ -#define XFSMNT_NOATIME 0x00000100 /* don't modify access - * times on reads */ +#define XFSMNT_QUIET 0x00000080 /* don't report mount errors */ #define XFSMNT_NOALIGN 0x00000200 /* don't allocate at * stripe boundaries*/ #define XFSMNT_RETERR 0x00000400 /* return error to user */ @@ -100,7 +99,7 @@ struct xfs_mount_args { */ #define XFSMNT2_COMPAT_IOSIZE 0x00000001 /* don't report large preferred * I/O size in stat(2) */ -#define XFSMNT2_TAGXID 0x80000000 /* context xid tagging */ +#define XFSMNT2_TAGGED 0x80000000 /* context tagging */ #endif /* __XFS_CLNT_H__ */