From: Arnd Bergmann Date: Thu, 21 Oct 2010 13:58:01 +0000 (+0200) Subject: BKL: remove BKL from freevxfs X-Git-Tag: v2.6.37-rc1~174^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d7bccc2215c37205ede6c9cf84db64e7c4f9443;p=pandora-kernel.git BKL: remove BKL from freevxfs All uses of the BKL in freevxfs were the result of a pushdown into code that doesn't really need it. As Christoph points out, this is a read-only file system, which eliminates most of the races in readdir/lookup. Signed-off-by: Arnd Bergmann Cc: Christoph Hellwig --- Reading git-diff-tree failed