summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2015-03-30 12:43:45 +0200
committerKarel Zak2015-03-30 12:43:45 +0200
commit8c7f073aaeaad3ab9b1775447306776056bf50b8 (patch)
tree56b7a22576e8e45a7654122b034f2870574f8046 /libmount/src/libmount.h.in
parentsetarch: fix regression for sparc builds (diff)
downloadkernel-qcow2-util-linux-8c7f073aaeaad3ab9b1775447306776056bf50b8.tar.gz
kernel-qcow2-util-linux-8c7f073aaeaad3ab9b1775447306776056bf50b8.tar.xz
kernel-qcow2-util-linux-8c7f073aaeaad3ab9b1775447306776056bf50b8.zip
libmount: add support for MS_LAZYTIME
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.h.in')
-rw-r--r--libmount/src/libmount.h.in4
1 files changed, 4 insertions, 0 deletions
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.