[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190806154233.5b16a91fd27c6cf129770566@linux-foundation.org>
Date: Tue, 6 Aug 2019 15:42:33 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: NeilBrown <neilb@...e.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Sergei Turchanov <turchanov@...post.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] seq_file: fix problem when seeking mid-record.
On Mon, 05 Aug 2019 14:26:08 +1000 NeilBrown <neilb@...e.com> wrote:
> If you use lseek or similar (e.g. pread) to access
> a location in a seq_file file that is within a record,
> rather than at a record boundary, then the first read
> will return the remainder of the record, and the second
> read will return the whole of that same record (instead
> of the next record).
> Whnn seeking to a record boundary, the next record is
> correctly returned.
ouch. I'm surprised it took this long to be noticed.
Maybe we need a seqfile-basher in tools/testing/selftests/proc or
somewhere.
Powered by blists - more mailing lists