commit | 353eefd3386982ab8f7e14de079ec347dfe05509 | [log] [tgz] |
---|---|---|
author | jon ernst <jonernst07@gmx.com> | Mon Jul 01 08:12:39 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 01 08:12:39 2013 -0400 |
tree | 5ad4ae184bef151e1b0a325153091051a20a6baf | |
parent | 64cb927371cd2ec43758d8a094a003d27bc3d0dc [diff] |
ext4: delete unnecessary C statements Comparing unsigned variable with 0 always returns false. err = 0 is duplicated and unnecessary. [ tytso: Also cleaned up error handling in ext4_block_zero_page_range() ] Signed-off-by: "Jon Ernst" <jonernst07@gmx.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>