From: Jan Kara Date: Wed, 20 Oct 2010 21:24:12 +0000 (+0200) Subject: udf: Remove BKL from free space counting functions X-Git-Tag: v2.6.38-rc1~408^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1668fe390c1e84580575965684a8fa7e4626dee;p=pandora-kernel.git udf: Remove BKL from free space counting functions udf_count_free_bitmap() does not need BKL because bitmaps are in a fixed place on disk and so we can count set bits without serialization. udf_count_free_table() is now protected by s_alloc_mutex instead of BKL to get a consistent view of free space extents. Signed-off-by: Jan Kara --- Reading git-diff-tree failed