From: Jan Kara Date: Wed, 20 Oct 2010 16:28:46 +0000 (+0200) Subject: udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex X-Git-Tag: v2.6.38-rc1~408^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0;p=pandora-kernel.git udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex uniqueID handling has been duplicated in three places. Move it into a common helper. Since we modify an LVID buffer with uniqueID update, we take sbi->s_alloc_mutex to protect agaist other modifications of the structure. Signed-off-by: Jan Kara --- Reading git-diff-tree failed