VFS: Export dquot_send_warning
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 28 Sep 2009 11:35:17 +0000 (12:35 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Dec 2009 11:53:02 +0000 (11:53 +0000)
commit86e931a35e93d94e6e91b57cc76456e16d188ea9
tree55078897d1c3dfa43fed6458a7721af17362b4a3
parente285c100362762f7440643be637dd332460fdc75
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>
fs/quota/Kconfig
fs/quota/dquot.c
fs/quota/quota.c
include/linux/quota.h