Re: [PATCH] Btrfs: scrub: remove unnecessary variable set

2018-03-06 Thread David Sterba
On Fri, Mar 02, 2018 at 04:10:40PM -0700, Liu Bo wrote: > Variable "success" is only checked when !sctx->is_dev_replace. Though it's right, the code becomes less obvious at least to me that it's not missing something. There are several conditions and branches, one more explicit variable setting

[PATCH] Btrfs: scrub: remove unnecessary variable set

2018-03-02 Thread Liu Bo
Variable "success" is only checked when !sctx->is_dev_replace. Signed-off-by: Liu Bo --- fs/btrfs/scrub.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index e3203a1..1b5ce2f 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@