ceph: after an MDS request, do callback and completions
authorJeff Layton <jlayton@kernel.org>
Tue, 2 Apr 2019 13:43:18 +0000 (09:43 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 7 May 2019 17:22:37 +0000 (19:22 +0200)
commit111c708104506d53bb1845c782cfd98157471e32
treed0b210715857c597ba051fed4bb36d19cb82dbed
parentc1dfc277239c73f68a6af6979acec1989a5e6864
ceph: after an MDS request, do callback and completions

No MDS requests use r_callback today, but that will change in the
future. The OSD client always does r_callback and then completes
r_completion. Let's have the MDS client do the same.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c