udf: Mount filesystem read-only if it has pseudooverwrite partition
authorJan Kara <jack@suse.cz>
Tue, 8 Apr 2008 11:29:20 +0000 (13:29 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:28:14 +0000 (14:28 +0200)
commit96200be3077c5ede16a90b33aca815b444e66043
treec1ee3889fca31d55e973ab2859b19bbbee3a7d22
parentfa5e08156335d0687c85b4e724db9448fb166601
udf: Mount filesystem read-only if it has pseudooverwrite partition

As we don't properly support writing to pseudooverwrite partition (we should
add entries to VAT and relocate blocks instead of just writing them), mount
filesystems with such partition as read-only.

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