]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation/network: reword kernel version reference
authorMark Rustad <mrustad@gmail.com>
Fri, 15 Feb 2019 16:19:55 +0000 (08:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Feb 2019 09:13:21 +0000 (10:13 +0100)
It seemed odd to say "since 4.17" in a 4.4 kernel. Consider
rewording the reference to indicate where in the stable series
it was introduced as well as where it originated.

Signed-off-by: Mark Rustad <mrustad@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/networking/ip-sysctl.txt

index 7c229f59016f263ab8cea8e0d10f04a57cb3b4a9..2fb35658d151529113c9289deb1237e9f9169dd0 100644 (file)
@@ -116,7 +116,7 @@ ipfrag_high_thresh - LONG INTEGER
        Maximum memory used to reassemble IP fragments.
 
 ipfrag_low_thresh - LONG INTEGER
-       (Obsolete since linux-4.17)
+       (Obsolete since linux-4.4.174, backported from linux-4.17)
        Maximum memory used to reassemble IP fragments before the kernel
        begins to remove incomplete fragment queues to free up resources.
        The kernel still accepts new fragments for defragmentation.