introduce ->iterate(), ctx->pos, dir_emit()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 May 2017 09:17:29 +0000 (09:17 +0000)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:56 +0000 (18:03 +0200)
commit969b4e2c197006b8a6792266f1afcbd0b3427f20
treed58ac8fd54d1d06dc4be3874c55baf8432897b9f
parentf18324e4e46d275fce165a192abfaf4694e072b4
introduce ->iterate(), ctx->pos, dir_emit()

New method - ->iterate(file, ctx).  That's the replacement for ->readdir();
it takes callback from ctx->actor, uses ctx->pos instead of file->f_pos and
calls dir_emit(ctx, ...) instead of filldir(data, ...).  It does *not*
update file->f_pos (or look at it, for that matter); iterate_dir() does the
update.

Note that dir_emit() takes the offset from ctx->pos (and eventually
filldir_t will lose that argument).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/hpux/fs.c
fs/coda/dir.c
fs/compat.c
fs/exportfs/expfs.c
fs/nfsd/nfs4recover.c
fs/readdir.c
include/linux/fs.h