udf: remove redundant tests on unsigned
authorRoel Kluin <roel.kluin@gmail.com>
Mon, 22 Jun 2009 21:12:29 +0000 (23:12 +0200)
committerJan Kara <jack@suse.cz>
Wed, 24 Jun 2009 11:48:28 +0000 (13:48 +0200)
commit3391faa4f18e4e33666d3d24e90e3086fcf9b922
treece38d2b0e9653730ec5992767824bbd3073792ee
parent24a5d59f3477bcff4c069ff4d0ca9a3e037d0235
udf: remove redundant tests on unsigned

first_block and goal are unsigned. When negative they are wrapped and caught by
the other test.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/balloc.c