UDF: handle wrong superblock better
authorJan Kara <jack@suse.cz>
Fri, 31 Aug 2007 06:56:22 +0000 (23:56 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 31 Aug 2007 08:42:22 +0000 (01:42 -0700)
commitbcec44770cc65660369ae17b4e44be027a64a46c
tree38424fde8e60f70c3bab7180c6dd90fc027f9103
parent989f89c57e6361e7d16fbd9572b5da7d313b073d
UDF: handle wrong superblock better

If UDF superblock is incorrect, we can fail to find a table of free /
allocated space and consequently Oops.  Handle this situation more
gracefully by ignoring the broken UDF partition.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/udf/super.c