udf: Silence warning about accesses beyond end of device
authorJan Kara <jack@suse.cz>
Mon, 7 Apr 2008 21:16:38 +0000 (23:16 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:23:17 +0000 (14:23 +0200)
commit4f7874c868eaedd0e64b2f6c800bc852bdc7f38b
treeb663f87a4740cae9fdbeb09f9ee1a129ee4e618a
parent5fb28aa25ab0b71af2e441d68e63ad257e610a04
udf: Silence warning about accesses beyond end of device

Some of the computed positions of anchor block could be beyond the end of
device. Skip reading such blocks.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c