From: Wolfram Sang Date: Fri, 10 Apr 2026 14:31:25 +0000 (+0200) Subject: Documentation: seq_file: drop 2.6 reference X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64cb68766fc8679626b422319b8b678d5792bfbf;p=thirdparty%2Fkernel%2Flinux.git Documentation: seq_file: drop 2.6 reference Even kernels after 2.6 have seq-file support. Signed-off-by: Wolfram Sang Signed-off-by: Jonathan Corbet Message-ID: <20260410143234.43610-2-wsa+renesas@sang-engineering.com> --- diff --git a/Documentation/filesystems/seq_file.rst b/Documentation/filesystems/seq_file.rst index 1e1713d000101..d753d8177bcbb 100644 --- a/Documentation/filesystems/seq_file.rst +++ b/Documentation/filesystems/seq_file.rst @@ -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.