]> asedeno.scripts.mit.edu Git - linux.git/commit
ceph: change to void return type for __do_request()
authorChengguang Xu <cgxu519@gmx.com>
Sat, 28 Jul 2018 08:30:48 +0000 (16:30 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 13 Aug 2018 15:55:43 +0000 (17:55 +0200)
commitd5548492902967dd088bd0a21df7d047df10f9f6
treec85a955f709b18ed7ca966b50571362bcf64ce2e
parent9da12e3a7de1665a14063653b60e872da0ee7810
ceph: change to void return type for __do_request()

We do not check return code for __do_request() in all callers,
so change to void return type.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c