]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: clean up unwind_pass1() as it's no longer really needed
authorTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 02:58:21 +0000 (21:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 02:58:21 +0000 (21:58 -0500)
commitf8e4f457d30ccff19833ddaf6514632f054a4418
tree2b55235ef0d75f89e1a8816df44c75fad30f9a03
parentdf659444466bae4ea78807da2cf021c135103268
e2fsck: clean up unwind_pass1() as it's no longer really needed

We now restart the full e2fsck instead of unwinding and restarting
pass1.  So most of what used to be in unwind_pass1() has been moved
elsewhere.  Let's git rid of it entirely, which simplifies and shrinks
pass1.c slightly.

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