From: Jan Kara Date: Thu, 17 Jan 2013 21:11:38 +0000 (+0100) Subject: udf: Write LVID to disk after opening / closing X-Git-Tag: v3.9-rc1~65^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9734c971aa6be6db61226b0046e080ca10383748;p=pandora-kernel.git 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed