From: Steven Whitehouse Date: Mon, 28 Sep 2009 11:35:17 +0000 (+0100) Subject: VFS: Export dquot_send_warning X-Git-Tag: v2.6.33-rc1~410^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e931a35e93d94e6e91b57cc76456e16d188ea9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed