]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28c81a62e58725583e99173bd8b326ed2d19e4f0
treece38d2b0e9653730ec5992767824bbd3073792ee
parent441670079e50302476249a72a58e450c1c37ad6e
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