[Drbd-dev] [PATCH] block/drbd: remove unused w_start_resync declaration

Christoph Böhmwalder christoph.boehmwalder at linbit.com
Mon Sep 12 09:36:51 CEST 2022


Am 11.09.22 um 11:26 schrieb Gaosheng Cui:
> 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 at huawei.com>
> ---
>  drivers/block/drbd/drbd_int.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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);

Thanks for the patch, looks good to me.

Acked-by: Christoph Böhmwalder <christoph.boehmwalder at linbit.com>

-- 
Christoph Böhmwalder
LINBIT | Keeping the Digital World Running
DRBD HA —  Disaster Recovery — Software defined Storage


More information about the drbd-dev mailing list