commit | c82a127505d39fa81c886eceed6fdf8c1ff4a06b | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 08 01:16:32 2008 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 17 14:23:39 2008 +0200 |
tree | a96766d515ff22f1ba2d4af004c4c853ec29162c | |
parent | 4f7874c868eaedd0e64b2f6c800bc852bdc7f38b [diff] |
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>