]> 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)
committerJeff Layton <jlayton@kernel.org>
Tue, 31 May 2022 15:49:59 +0000 (11:49 -0400)
commitbfe4fe14e35d83fd4545a04bb624ba52ce3b495b
tree04ea9553a1666d2652023195a35a7bbca0f63775
parent2bd1255b885544c69b0872cbac76982f77f7d5a2
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