Whamcloud - gitweb
e2fsck: add fallthrough comment in fc replay switch case
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Tue, 23 Feb 2021 17:41:55 +0000 (09:41 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Feb 2021 17:58:03 +0000 (12:58 -0500)
commit11797844f48882506e1ca0b92e52b036391f3b32
tree93f6348c2f2daedbcc1d3bff1946b468b605107d
parentc5ff455e42d2f2715fe3245fa8c63c87f05af97c
e2fsck: add fallthrough comment in fc replay switch case

During fast commit replay scan phase, in ext4_fc_replay_scan(), we
want to fallthrough in switch case for EXT4_FC_TAG_ADD_RANGE case. Add
a comment for that.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/journal.c