From fb5902ca5cf802557eb1e3c56502a2f5e27242f4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 6 Aug 2008 18:14:38 +0000 Subject: - support relatime / norelatime --- util-linux/mount.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index 2288e2c7f..4cc1d4bee 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -137,6 +137,8 @@ static const int32_t mount_options[] = { /* "nodiratime" */ MS_NODIRATIME, /* "mand" */ MS_MANDLOCK, /* "nomand" */ ~MS_MANDLOCK, + /* "relatime" */ MS_RELATIME, + /* "norelatime" */ ~MS_RELATIME, /* "loud" */ ~MS_SILENT, // action flags @@ -189,6 +191,8 @@ static const char mount_option_str[] = "nodiratime" "\0" "mand" "\0" "nomand" "\0" + "relatime" "\0" + "norelatime" "\0" "loud" "\0" // action flags -- cgit v1.2.3