diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f0df9a2e19e1..dc06033f8502 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -534,6 +534,24 @@ config QUOTA | |||
534 | with the quota tools. Probably the quota support is only useful for | 534 | with the quota tools. Probably the quota support is only useful for |
535 | multi user systems. If unsure, say N. | 535 | multi user systems. If unsure, say N. |
536 | 536 | ||
537 | config QUOTA_NETLINK_INTERFACE | ||
538 | bool "Report quota messages through netlink interface" | ||
539 | depends on QUOTA && NET | ||
540 | help | ||
541 | If you say Y here, quota warnings (about exceeding softlimit, reaching | ||
542 | hardlimit, etc.) will be reported through netlink interface. If unsure, | ||
543 | say Y. | ||
544 | |||
545 | config PRINT_QUOTA_WARNING | ||
546 | bool "Print quota warnings to console (OBSOLETE)" | ||
547 | depends on QUOTA | ||
548 | default y | ||
549 | help | ||
550 | If you say Y here, quota warnings (about exceeding softlimit, reaching | ||
551 | hardlimit, etc.) will be printed to the process' controlling terminal. | ||
552 | Note that this behavior is currently deprecated and may go away in | ||
553 | future. Please use notification via netlink socket instead. | ||
554 | |||
537 | config QFMT_V1 | 555 | config QFMT_V1 |
538 | tristate "Old quota format support" | 556 | tristate "Old quota format support" |
539 | depends on QUOTA | 557 | depends on QUOTA |