Skip to content

Commit 36d532d

Browse files
bbkzzjankara
authored andcommitted
quota: mark PRINT_QUOTA_WARNING as BROKEN
PRINT_QUOTA_WARNING is deprecated since commit 8e89346 ("quota: send messages via netlink") merged in 2007. Users should rather be using notification over netlink socket if they are interested about explicit notification in addition to plain EDQUOT error. Since printing to console from deep inside filesystem code is problematic, mark the feature as BROKEN now and see who complains. Signed-off-by: Yangtao Li <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent f4251e3 commit 36d532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/quota/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ config QUOTA_NETLINK_INTERFACE
2828

2929
config PRINT_QUOTA_WARNING
3030
bool "Print quota warnings to console (OBSOLETE)"
31-
depends on QUOTA
31+
depends on QUOTA && BROKEN
3232
default y
3333
help
3434
If you say Y here, quota warnings (about exceeding softlimit, reaching

0 commit comments

Comments
 (0)