aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/Kconfig
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2009-09-28 12:35:17 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2009-12-03 11:53:02 +0000
commit86e931a35e93d94e6e91b57cc76456e16d188ea9 (patch)
tree55078897d1c3dfa43fed6458a7721af17362b4a3 /fs/quota/Kconfig
parentGFS2: Add set_xquota support (diff)
downloadlinux-dev-86e931a35e93d94e6e91b57cc76456e16d188ea9.tar.xz
linux-dev-86e931a35e93d94e6e91b57cc76456e16d188ea9.zip
VFS: Export dquot_send_warning
Sending a message to userspace in a generic format to warn of events (e.g. quota exceeded) in the quota subsystem is a generically useful feature. This patch makes some minor changes to the send_message function from dquot.c renaming it quota_send_message, moving it to quota.c and exporting it for use by filesystems which do not use the dquot code. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r--fs/quota/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
index 8047e01ef46b..353e78a9ebee 100644
--- a/fs/quota/Kconfig
+++ b/fs/quota/Kconfig
@@ -17,7 +17,7 @@ config QUOTA
config QUOTA_NETLINK_INTERFACE
bool "Report quota messages through netlink interface"
- depends on QUOTA && NET
+ depends on QUOTACTL && NET
help
If you say Y here, quota warnings (about exceeding softlimit, reaching
hardlimit, etc.) will be reported through netlink interface. If unsure,