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 <jack@suse.cz>
This commit is contained in:
Jan Kara 2020-07-09 08:08:36 +02:00
parent 1f1a5be80c
commit 476fdf14e5

View File

@ -18,7 +18,7 @@ Quota limits (and amount of grace time) are set independently for each
filesystem. filesystem.
For more details about quota design, see the documentation in quota-tools package For more details about quota design, see the documentation in quota-tools package
(http://sourceforge.net/projects/linuxquota). (https://sourceforge.net/projects/linuxquota).
Quota netlink interface Quota netlink interface
======================= =======================
@ -31,11 +31,11 @@ the above events to userspace. There they can be captured by an application
and processed accordingly. and processed accordingly.
The interface uses generic netlink framework (see The interface uses generic netlink framework (see
https://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more https://lwn.net/Articles/208755/ and http://www.infradead.org/~tgr/libnl/ for
details about this layer). The name of the quota generic netlink interface more details about this layer). The name of the quota generic netlink interface
is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. Since
Since the quota netlink protocol is not namespace aware, quota netlink messages the quota netlink protocol is not namespace aware, quota netlink messages are
are sent only in initial network namespace. sent only in initial network namespace.
Currently, the interface supports only one message type QUOTA_NL_C_WARNING. Currently, the interface supports only one message type QUOTA_NL_C_WARNING.
This command is used to send a notification about any of the above mentioned This command is used to send a notification about any of the above mentioned