]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: restructure code to reduce indentation level in check_dir_block()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 17 Mar 2023 03:17:24 +0000 (23:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Mar 2023 03:42:40 +0000 (23:42 -0400)
commit2c28057878adf90bb96c07c77e3df2725261b0b6
tree4be67dd3bd9d641601df447200ca94c8b9969171
parent79a7b5e1f387caf907ec88460cdb39b8364bfb0b
e2fsck: restructure code to reduce indentation level in check_dir_block()

No functional changes; just move things around so we can avoid
indenting the code quite so much.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass2.c