]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: seq_file: drop 2.6 reference
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 10 Apr 2026 14:31:25 +0000 (16:31 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 10 Apr 2026 14:39:08 +0000 (08:39 -0600)
Even kernels after 2.6 have seq-file support.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260410143234.43610-2-wsa+renesas@sang-engineering.com>

Documentation/filesystems/seq_file.rst

index 1e1713d00010126b7dc9c47874e645038e6b20f4..d753d8177bcbbbfaf2054ebeadd8404dccebf002 100644 (file)
@@ -27,7 +27,7 @@ position within the virtual file - that position is, likely as not, in the
 middle of a line of output. The kernel has traditionally had a number of
 implementations that got this wrong.
 
-The 2.6 kernel contains a set of functions (implemented by Alexander Viro)
+The kernel now contains a set of functions (implemented by Alexander Viro)
 which are designed to make it easy for virtual file creators to get it
 right.