Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / fs / Kconfig
index f3be721bab6d31ba042f7fa90d19885852375123..4f8bd14df0df9fe7874858f922585d05762615f0 100644 (file)
@@ -206,8 +206,8 @@ config TMPFS_XATTR
          Extended attributes are name:value pairs associated with inodes by
          the kernel or by users (see the attr(5) manual page for details).
 
-         Currently this enables support for the trusted.* and
-         security.* namespaces.
+         This enables support for the trusted.*, security.* and user.*
+         namespaces.
 
          You need this for POSIX ACL support on tmpfs.
 
@@ -234,6 +234,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