Documentation: seq_file: drop 2.6 reference

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>
master
Wolfram Sang 2026-04-10 16:31:25 +02:00 committed by Jonathan Corbet
parent b8bb703fe4
commit 64cb68766f
1 changed files with 1 additions and 1 deletions

View 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.