diff options
Diffstat (limited to 'fs/btrfs/scrub.c')
-rw-r--r-- | fs/btrfs/scrub.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 1388e7127eea..016512c590ea 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c | |||
@@ -1036,9 +1036,10 @@ static int scrub_handle_errored_block(struct scrub_block *sblock_to_check) | |||
1036 | if (!is_metadata && !have_csum) { | 1036 | if (!is_metadata && !have_csum) { |
1037 | struct scrub_fixup_nodatasum *fixup_nodatasum; | 1037 | struct scrub_fixup_nodatasum *fixup_nodatasum; |
1038 | 1038 | ||
1039 | nodatasum_case: | ||
1040 | WARN_ON(sctx->is_dev_replace); | 1039 | WARN_ON(sctx->is_dev_replace); |
1041 | 1040 | ||
1041 | nodatasum_case: | ||
1042 | |||
1042 | /* | 1043 | /* |
1043 | * !is_metadata and !have_csum, this means that the data | 1044 | * !is_metadata and !have_csum, this means that the data |
1044 | * might not be COW'ed, that it might be modified | 1045 | * might not be COW'ed, that it might be modified |