]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
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)
committerXiubo Li <xiubli@redhat.com>
Thu, 18 Aug 2022 02:59:52 +0000 (10:59 +0800)
commit831e811bb2933ff30adb425661edf01a861b2895
treea105efe1ae10415c61ce1d7ef988bafe8a340237
parentac2ff62329584c72326709e156fc92ccf94257f3
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>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/mds_client.c