]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit521e64f9fe263379b7b362c94dab95425aa21893
tree2c3029f1a375e7c331c8f053704341070cb1054a
parente989df212242648787bbfb21bbcacf18ca1bb365
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