From: Arnd Bergmann Date: Thu, 21 Oct 2010 13:53:15 +0000 (+0200) Subject: BKL: remove BKL from qnx4 X-Git-Tag: v2.6.37-rc1~174^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073c21416268658bd1bc573af85eeac2ebb56ed5;p=pandora-kernel.git BKL: remove BKL from qnx4 All uses of the BKL in qnx4 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 Acked-by: Anders Larsen Cc: Christoph Hellwig --- Reading git-diff-tree failed