block/drbd: remove unused w_start_resync declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sun, 11 Sep 2022 09:26:45 +0000 (17:26 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Sep 2022 07:47:57 +0000 (01:47 -0600)
w_start_resync has been removed since
commit ac0acb9e39ac ("drbd: use drbd_device_post_work()
in more places"), so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Acked-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_int.h

index f15f2f0..4d66128 100644 (file)
@@ -1529,7 +1529,6 @@ extern int w_send_read_req(struct drbd_work *, int);
 extern int w_e_reissue(struct drbd_work *, int);
 extern int w_restart_disk_io(struct drbd_work *, int);
 extern int w_send_out_of_sync(struct drbd_work *, int);
-extern int w_start_resync(struct drbd_work *, int);
 
 extern void resync_timer_fn(struct timer_list *t);
 extern void start_resync_timer_fn(struct timer_list *t);