Skip to content

Commit

Permalink
quota: Fixup http links in quota doc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jankara committed Jul 9, 2020
1 parent 1f1a5be commit 476fdf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/filesystems/quota.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Quota limits (and amount of grace time) are set independently for each
filesystem.

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
=======================
Expand All @@ -31,11 +31,11 @@ the above events to userspace. There they can be captured by an application
and processed accordingly.

The interface uses generic netlink framework (see
https://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for 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>.
Since the quota netlink protocol is not namespace aware, quota netlink messages
are sent only in initial network namespace.
https://lwn.net/Articles/208755/ and http://www.infradead.org/~tgr/libnl/ for
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>. Since
the quota netlink protocol is not namespace aware, quota netlink messages are
sent only in initial network namespace.

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
Expand Down

0 comments on commit 476fdf1

Please sign in to comment.