BKL: remove BKL from qnx4
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Oct 2010 13:53:15 +0000 (15:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Oct 2010 16:48:04 +0000 (18:48 +0200)
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 <arnd@arndb.de>
Acked-by: Anders Larsen <al@alarsen.net>
Cc: Christoph Hellwig <hch@infradead.org>

No differences found