]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: remove dead code when recreating the journal
authorTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 21:51:45 +0000 (16:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 21:51:45 +0000 (16:51 -0500)
commitf84fed462a64fa680a8c89d1e248564dda981bf4
tree2109f0fbfeeffeeb2898eb3cfc6899e2427c3fb9
parent0304717d0c2d73070c1a6a0deb49df2cdd70e28a
e2fsck: remove dead code when recreating the journal

params.num_journal_blocks is an unsigned value so it can never be less
than zero.

Addresses-Coverity-Bug: 1472250
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/unix.c