ceph: pass the request to parse_reply_info_readdir()
authorXiubo Li <xiubli@redhat.com>
Mon, 14 Mar 2022 02:28:34 +0000 (10:28 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 24 Aug 2023 09:24:34 +0000 (11:24 +0200)
commit3859af9eba958cec91e4908f64787f190254f565
treed4549dc1dec0c55cca0907df2519d45b4f3ccbb8
parent855290962c5581289dcf5365894a87b911e4c4d5
ceph: pass the request to parse_reply_info_readdir()

Instead of passing just the r_reply_info to the readdir reply parser,
pass the request pointer directly instead. This will facilitate
implementing readdir on fscrypted directories.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-and-tested-by: Luís Henriques <lhenriques@suse.de>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c