X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_clnt.h;h=6203fb46f2597d32fdcbe7d937c94c1901861cc7;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=1484c35bfbd62345735e707d3064785639af219f;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/xfs/xfs_clnt.h b/fs/xfs/xfs_clnt.h index 1484c35bf..6203fb46f 100644 --- a/fs/xfs/xfs_clnt.h +++ b/fs/xfs/xfs_clnt.h @@ -68,7 +68,8 @@ struct xfs_mount_args { * enforcement */ #define XFSMNT_PQUOTAENF 0x00000040 /* IRIX project quota limit * enforcement */ -#define XFSMNT_QUIET 0x00000080 /* don't report mount errors */ +#define XFSMNT_NOATIME 0x00000100 /* don't modify access + * times on reads */ #define XFSMNT_NOALIGN 0x00000200 /* don't allocate at * stripe boundaries*/ #define XFSMNT_RETERR 0x00000400 /* return error to user */