udf: unsigned last[i] cannot be less than 0

unsigned last[i] cannot be less than 0

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
roel kluin 2008-10-29 17:23:54 -04:00 committed by Jan Kara
parent 7ac9bcd5da
commit 30930554f2
1 changed files with 0 additions and 2 deletions

View File

@ -746,8 +746,6 @@ static sector_t udf_scan_anchors(struct super_block *sb, sector_t lastblock)
* however, if the disc isn't closed, it could be 512 */
for (i = 0; i < ARRAY_SIZE(last); i++) {
if (last[i] < 0)
continue;
if (last[i] >= sb->s_bdev->bd_inode->i_size >>
sb->s_blocksize_bits)
continue;