aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2015-04-14 04:08:15 -0400
committerJan Kara <jack@suse.cz>2015-05-18 05:23:07 -0400
commit18e25fa40331364759bc2a48cffc5d7772b89c78 (patch)
treeb0c07f473594985c9b2c3fcfddf710e630cdf87a /Documentation/filesystems
parent231473f6ddcef9c01993e0bfe36acc6f8e425c31 (diff)
quota: Update documentation
Mention that quota netlink messages are sent only in initial network namespace. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/quota.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/filesystems/quota.txt b/Documentation/filesystems/quota.txt
index 5e8de25bf0f1..29fc01552646 100644
--- a/Documentation/filesystems/quota.txt
+++ b/Documentation/filesystems/quota.txt
@@ -32,7 +32,10 @@ The interface uses generic netlink framework (see
32http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more 32http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more
33details about this layer). The name of the quota generic netlink interface 33details about this layer). The name of the quota generic netlink interface
34is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. 34is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>.
35 Currently, the interface supports only one message type QUOTA_NL_C_WARNING. 35Since the quota netlink protocol is not namespace aware, quota netlink messages
36are sent only in initial network namespace.
37
38Currently, the interface supports only one message type QUOTA_NL_C_WARNING.
36This command is used to send a notification about any of the above mentioned 39This command is used to send a notification about any of the above mentioned
37events. Each message has six attributes. These are (type of the argument is 40events. Each message has six attributes. These are (type of the argument is
38in parentheses): 41in parentheses):