diff options
author | Gaosheng Cui <[email protected]> | 2022-09-11 17:26:45 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-09-12 01:47:57 -0600 |
commit | 91418cc4fd8f8e2e21b409eb8983d074359c8be6 (patch) | |
tree | 492fdea3bd46c8678737495e020893cd0cb35611 | |
parent | c013710e1a7eba8e33da9380a068fe1cec017226 (diff) |
block/drbd: remove unused w_start_resync declaration
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 <[email protected]>
Acked-by: Christoph Böhmwalder <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index f15f2f041596..4d661282ff41 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -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); |