commit | 5e27a274d320b44c631a37d4b04a84aa3ca5428c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Nov 29 19:52:39 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Nov 29 19:52:39 2012 -0500 |
tree | b2d0ed0d1e7a4a444ad5c4c0b1a9e0cfab6a0f04 | |
parent | 0f8186598ccb0c5e8666b6efe7178c69e73d81b6 [diff] |
resize2fs: fix gcc -Wall nits and valgrind complaints One of these fixes was triggering failures when running: ./test_scripts --valgrind r_move_itable r_inline_xattr r_resize_inode It should be a false positive, but it fixing this makes it easier to see real problems. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>