Skip to content

Commit 476fdf1

Browse files
committed
quota: Fixup http links in quota doc
Switch link to Sourceforge in quota documentation to https and replace link for libnl documentation with a working one from infradead. Signed-off-by: Jan Kara <[email protected]>
1 parent 1f1a5be commit 476fdf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/filesystems/quota.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Quota limits (and amount of grace time) are set independently for each
1818
filesystem.
1919

2020
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).
2222

2323
Quota netlink interface
2424
=======================
@@ -31,11 +31,11 @@ the above events to userspace. There they can be captured by an application
3131
and processed accordingly.
3232

3333
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.
3939

4040
Currently, the interface supports only one message type QUOTA_NL_C_WARNING.
4141
This command is used to send a notification about any of the above mentioned

0 commit comments

Comments
 (0)