diff options
| author | Lukas Czerner <[email protected]> | 2014-04-01 04:59:21 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2014-04-01 04:59:21 +0000 |
| commit | e5b30416f3631bf4eed37c3bec9f789f9ae78446 (patch) | |
| tree | 3db5a4e171befe59982748f1e6edd2b1acc75bc5 /fs/jbd2/commit.c | |
| parent | ext4: fix comment typo (diff) | |
| download | kernel-e5b30416f3631bf4eed37c3bec9f789f9ae78446.tar.gz kernel-e5b30416f3631bf4eed37c3bec9f789f9ae78446.zip | |
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 <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
