]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: use errcode_t to suppress some -Wconversion warnings
authorTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 02:37:10 +0000 (21:37 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 02:37:10 +0000 (21:37 -0500)
commit974d57d3b1f896d2064ba854d7c037ab6478ecf8
treecf7addcf685ca19153c536f7772a562b0f03acbc
parent3c7c6d73f1a0bd45835966f1179fc3e8236a7d9c
e2fsck: use errcode_t to suppress some -Wconversion warnings

We need to store some error codes using an int to keep recovery.c as
close as possible to the recovery.c source file in the kernel.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/e2fsck.h
e2fsck/journal.c
e2fsck/pass1b.c
e2fsck/rehash.c
e2fsck/unix.c
e2fsck/util.c