ext4: remove redundant test on unsigned
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 11 Aug 2009 02:47:22 +0000 (22:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 11 Aug 2009 02:47:22 +0000 (22:47 -0400)
commitc333e073b7bf76dc819a6b4ce6bef88ee5fa5e50
tree500355f9b183c83afc47d2110175a175d775cb90
parent785b4b3a5a992eeb8b495a89b6f690b383010aba
ext4: remove redundant test on unsigned

unsigned i_block cannot be less than 0.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c