From 8c7f073aaeaad3ab9b1775447306776056bf50b8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 30 Mar 2015 12:43:45 +0200 Subject: libmount: add support for MS_LAZYTIME Signed-off-by: Karel Zak --- libmount/src/libmount.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmount/src/libmount.h.in') diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in index 30dc06b69..2338cc604 100644 --- a/libmount/src/libmount.h.in +++ b/libmount/src/libmount.h.in @@ -832,6 +832,10 @@ extern int mnt_context_set_syscall_status(struct libmnt_context *cxt, int status #ifndef MS_STRICTATIME #define MS_STRICTATIME (1<<24) /* Always perform atime updates */ #endif +#ifndef MS_LAZYTIME +#define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ +#endif + /* * Magic mount flag number. Had to be or-ed to the flag values. -- cgit v1.2.3-55-g7522