diff options
-rw-r--r-- | Documentation/filesystems/quota.txt | 5 |
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 | |||
32 | http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more | 32 | http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more |
33 | details about this layer). The name of the quota generic netlink interface | 33 | details about this layer). The name of the quota generic netlink interface |
34 | is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. | 34 | is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. |
35 | Currently, the interface supports only one message type QUOTA_NL_C_WARNING. | 35 | Since the quota netlink protocol is not namespace aware, quota netlink messages |
36 | are sent only in initial network namespace. | ||
37 | |||
38 | Currently, the interface supports only one message type QUOTA_NL_C_WARNING. | ||
36 | This command is used to send a notification about any of the above mentioned | 39 | This command is used to send a notification about any of the above mentioned |
37 | events. Each message has six attributes. These are (type of the argument is | 40 | events. Each message has six attributes. These are (type of the argument is |
38 | in parentheses): | 41 | in parentheses): |