Message ID | 20210219210333.1439525-3-harshads@google.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/4] e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree | expand |
diff --git a/e2fsck/journal.c b/e2fsck/journal.c index 2708942a..a67ef745 100644 --- a/e2fsck/journal.c +++ b/e2fsck/journal.c @@ -325,6 +325,7 @@ static int ext4_fc_replay_scan(journal_t *j, struct buffer_head *bh, ret = JBD2_FC_REPLAY_STOP; else ret = JBD2_FC_REPLAY_CONTINUE; + /* fallthrough */ case EXT4_FC_TAG_DEL_RANGE: case EXT4_FC_TAG_LINK: case EXT4_FC_TAG_UNLINK: