libceph: clean up ceph_osdc_start_request prototype
authorJeff Layton <jlayton@kernel.org>
Thu, 30 Jun 2022 20:21:50 +0000 (16:21 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 3 Aug 2022 12:05:39 +0000 (14:05 +0200)
commita8af0d682ae0c9cf62dd0ad6afdb1480951d6a10
tree2c3029f1a375e7c331c8f053704341070cb1054a
parent4f8861945562c507248fd000fde70d9af4d225d2
libceph: clean up ceph_osdc_start_request prototype

This function always returns 0, and ignores the nofail boolean. Drop the
nofail argument, make the function void return and fix up the callers.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
drivers/block/rbd.c
fs/ceph/addr.c
fs/ceph/file.c
include/linux/ceph/osd_client.h
net/ceph/osd_client.c