udf: Write LVID to disk after opening / closing
authorJan Kara <jack@suse.cz>
Thu, 17 Jan 2013 21:11:38 +0000 (22:11 +0100)
committerJan Kara <jack@suse.cz>
Mon, 21 Jan 2013 10:19:58 +0000 (11:19 +0100)
So far we just marked the buffer as dirty and left writing on flusher thread
but especially on opening that opens possible race window where we could write
other modified fs structures to disk before we mark filesystem as open. So sync
LVID buffer to disk after opening and closing fs.

Reported-by: Steve Nickel <snickel58@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found