Skip to content

Commit

Permalink
quota: mark PRINT_QUOTA_WARNING as BROKEN
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bbkzz authored and jankara committed Apr 14, 2023
1 parent f4251e3 commit 36d532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/quota/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config QUOTA_NETLINK_INTERFACE

config PRINT_QUOTA_WARNING
bool "Print quota warnings to console (OBSOLETE)"
depends on QUOTA
depends on QUOTA && BROKEN
default y
help
If you say Y here, quota warnings (about exceeding softlimit, reaching
Expand Down

0 comments on commit 36d532d

Please sign in to comment.