Files
kernel_amazon_mt8127-common/arch
Al Viro 0f63c0e88f 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>
2018-05-03 18:37:22 +02:00
..
2018-03-21 23:07:35 +01:00
2018-04-18 19:26:13 +02:00
2018-03-21 23:06:23 +01:00
2018-03-21 23:07:35 +01:00
2018-03-21 23:00:38 +01:00
2017-02-06 23:32:58 +01:00
2017-06-08 00:46:48 +02:00
2018-03-21 23:07:35 +01:00
2018-03-21 23:07:40 +01:00
2018-03-21 23:07:40 +01:00
2018-03-21 23:07:35 +01:00
2018-03-21 23:07:35 +01:00
2018-03-21 23:07:35 +01:00
2016-03-03 15:06:23 -08:00
2018-03-21 23:07:40 +01:00
2018-03-13 20:29:02 +01:00