Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Jan Kara 476fdf14 1f1a5be8

+6 -6
+6 -6
Documentation/filesystems/quota.rst
··· 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 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