Re: [PATCH] raid1: use an int as the return value of raise_barrier()

From: Song Liu
Date: Mon Jul 22 2019 - 17:46:18 EST


On Tue, Jul 2, 2019 at 7:30 AM Hou Tao <houtao1@xxxxxxxxxx> wrote:
>
> Using a sector_t as the return value is misleading, because
> raise_barrier() only return 0 or -EINTR.
>
> Also add comments for the return values of raise_barrier().
>
> Signed-off-by: Hou Tao <houtao1@xxxxxxxxxx>

Applied. Thanks for the patch.

Song