commit | 9734c971aa6be6db61226b0046e080ca10383748 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Jan 17 22:11:38 2013 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Jan 21 11:19:58 2013 +0100 |
tree | 57d202ecd9b18e033c569129fce0c32a64983349 | |
parent | c04e88e271ab67de1409c3b4a4e80dbe13eac7b0 [diff] |
udf: Write LVID to disk after opening / closing 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>