]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: Don't store old_op from ehandler_operation if we don't restore it.
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:27 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:05 +0000 (18:43 -0400)
commitf85a9ae6397ff074193322a12ed721dbf5751e41
tree0b1c0c7c119539dfd989dd2f0b561182ebe2323c
parent06e41ddea9aa7d01c9804d0da162a00efdc42d84
e2fsck: Don't store old_op from ehandler_operation if we don't restore it.

old_op is set but never used, because we restore "0"
not old_op.  So don't bother with it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c
e2fsck/pass2.c