ext4_extent: cosmetic fixes on error code handling.
authorngkaho1234 <ngkaho1234@gmail.com>
Sat, 13 Feb 2016 17:25:25 +0000 (17:25 +0000)
committerngkaho1234 <ngkaho1234@gmail.com>
Sat, 13 Feb 2016 17:28:59 +0000 (17:28 +0000)
commit91d3934d13b81f5edd3811af364bd412ba1d880d
tree75a52f1c3f41e8e86ffda70e2cf34e47965812c7
parent8c076831b6439c820fb206df07fc9721fe80165e
ext4_extent: cosmetic fixes on error code handling.

Do not detect flaws by seeing whether routines return non-zero value, instead
this should be done by seeing whether return value is not being EOK.
src/ext4_extent.c