[Ocfs2-tools-devel] [PATCH 1/1] ocfs2-tools: add strictatime support

Tiger Yang tiger.yang at oracle.com
Fri Mar 19 03:48:46 PDT 2010


Tiger Yang wrote:

>  					/* atime is older than mtime/ctime */
> +  { "norelatime", 0, 1, MS_NORELATIME },/* update atime without regard mtime/ctime */

sorry, MS_NORELATIME should be MS_RELATIME.

>    { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
>    { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
> +  { "strictatime", 0, 0, MS_STRICTATIME },/* Strict atime semantics */
> +  { "nostrictatime", 0, 1, MS_STRICTATIME },/* Disable strictatime */
>    { "kudzu",	0, 0, MS_COMMENT },	/* Silently remove this option (backwards compat use only) */
>    { "managed",	0, 0, MS_COMMENT },	/* Silently remove this option */
>    { NULL,	0, 0, 0	}

regards,
tiger



More information about the Ocfs2-tools-devel mailing list