File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Quota limits (and amount of grace time) are set independently for each
18
18
filesystem.
19
19
20
20
For more details about quota design, see the documentation in quota-tools package
21
- (http ://sourceforge.net/projects/linuxquota).
21
+ (https ://sourceforge.net/projects/linuxquota).
22
22
23
23
Quota netlink interface
24
24
=======================
@@ -31,11 +31,11 @@ the above events to userspace. There they can be captured by an application
31
31
and processed accordingly.
32
32
33
33
The interface uses generic netlink framework (see
34
- https://lwn.net/Articles/208755/ and http://people.suug.ch /~tgr/libnl/ for more
35
- details about this layer). The name of the quota generic netlink interface
36
- is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>.
37
- Since the quota netlink protocol is not namespace aware, quota netlink messages
38
- are sent only in initial network namespace.
34
+ https://lwn.net/Articles/208755/ and http://www.infradead.org /~tgr/libnl/ for
35
+ more details about this layer). The name of the quota generic netlink interface
36
+ is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. Since
37
+ the quota netlink protocol is not namespace aware, quota netlink messages are
38
+ sent only in initial network namespace.
39
39
40
40
Currently, the interface supports only one message type QUOTA_NL_C_WARNING.
41
41
This command is used to send a notification about any of the above mentioned
You can’t perform that action at this time.
0 commit comments