udf: Fix detection of VAT version
authorJan Kara <jack@suse.cz>
Mon, 7 Apr 2008 23:16:32 +0000 (01:16 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:23:39 +0000 (14:23 +0200)
commitc82a127505d39fa81c886eceed6fdf8c1ff4a06b
treea96766d515ff22f1ba2d4af004c4c853ec29162c
parent4f7874c868eaedd0e64b2f6c800bc852bdc7f38b
udf: Fix detection of VAT version

We incorrectly (way to strictly) checked version of VAT on loading and thus
refuse to mount correct media.  There are just two format versions - below 2.0
and above 2.0 and we understand both. So update the version check accordingly.

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