shmem: prepare shmem quota infrastructure
[linux-2.6-block.git] / fs / Kconfig
index 18d034ec79539f0469f98edee982a62501f78490..8218a71933f94941baeac327e70caf8964f39952 100644 (file)
@@ -233,6 +233,18 @@ config TMPFS_INODE64
 
          If unsure, say N.
 
+config TMPFS_QUOTA
+       bool "Tmpfs quota support"
+       depends on TMPFS
+       select QUOTA
+       help
+         Quota support allows to set per user and group limits for tmpfs
+         usage.  Say Y to enable quota support. Once enabled you can control
+         user and group quota enforcement with quota, usrquota and grpquota
+         mount options.
+
+         If unsure, say N.
+
 config ARCH_SUPPORTS_HUGETLBFS
        def_bool n