aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index 8c8e94369ac8..d6600e3f7e45 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -29,6 +29,7 @@ struct mnt_namespace;
29#define MNT_NOATIME 0x08 29#define MNT_NOATIME 0x08
30#define MNT_NODIRATIME 0x10 30#define MNT_NODIRATIME 0x10
31#define MNT_RELATIME 0x20 31#define MNT_RELATIME 0x20
32#define MNT_READONLY 0x40 /* does the user want this to be r/o? */
32 33
33#define MNT_SHRINKABLE 0x100 34#define MNT_SHRINKABLE 0x100
34#define MNT_IMBALANCED_WRITE_COUNT 0x200 /* just for debugging */ 35#define MNT_IMBALANCED_WRITE_COUNT 0x200 /* just for debugging */