commit | 974d57d3b1f896d2064ba854d7c037ab6478ecf8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 21:37:10 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 21:37:10 2013 -0500 |
tree | cf7addcf685ca19153c536f7772a562b0f03acbc | |
parent | 3c7c6d73f1a0bd45835966f1179fc3e8236a7d9c [diff] |
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>