Lukas Czerner e5b30416f3 ext4: remove unneeded test of ret variable
Currently in ext4_fallocate() and ext4_zero_range() we're testing ret
variable along with new_size. However in ext4_fallocate() we just tested
ret before and in ext4_zero_range() if will always be zero when we get
there so there is no need to test it in both cases.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-04-01 00:59:21 -04:00
..
2013-08-28 14:47:06 -04:00
2014-03-24 15:15:07 -04:00
2014-02-20 13:32:10 -05:00
2014-02-20 13:32:10 -05:00
2013-11-23 22:33:47 -08:00