Trim includes in fs/super.c
[safe/jmp/linux-2.6] / fs / quota / Kconfig
index efc02eb..3e21b1e 100644 (file)
@@ -33,6 +33,14 @@ config PRINT_QUOTA_WARNING
          Note that this behavior is currently deprecated and may go away in
          future. Please use notification via netlink socket instead.
 
+config QUOTA_DEBUG
+       bool "Additional quota sanity checks"
+       depends on QUOTA
+       default n
+       help
+         If you say Y here, quota subsystem will perform some additional
+         sanity checks of quota internal structures. If unsure, say N.
+
 # Generic support for tree structured quota files. Selected when needed.
 config QUOTA_TREE
         tristate
@@ -59,3 +67,8 @@ config QUOTACTL
        bool
        depends on XFS_QUOTA || QUOTA
        default y
+
+config QUOTACTL_COMPAT
+       bool
+       depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT
+       default y