[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180430120316.081914d7@lwn.net>
Date: Mon, 30 Apr 2018 12:03:16 -0600
From: Jonathan Corbet <corbet@....net>
To: NeilBrown <neilb@...e.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH resend] VFS: simplify seq_file iteration code and
interface
On Mon, 30 Apr 2018 11:50:04 +1000
NeilBrown <neilb@...e.com> wrote:
> This patch simplifies the interface for first/next iteration and
> simplifies the code, while maintaining complete backward
> compatability. Now:
>
> - if ->start() is given a pos of zero, it should return an iterator
> placed at the start of the sequence
> - if ->start() is given a non-zero pos, it should return the iterator
> in the same state it was after the last ->start or ->next.
>
> This is particularly useful for interators which walk the multiple
> chains in a hash table, e.g. using rhashtable_walk*. See
> fs/gfs2/glock.c and drivers/staging/lustre/lustre/llite/vvp_dev.c
For the docs part:
Acked-by: Jonathan Corbet <corbet@....net>
jon
Powered by blists - more mailing lists