]> git.baikalelectronics.ru Git - kernel.git/commit
BKL: remove BKL from freevxfs
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Oct 2010 13:58:01 +0000 (15:58 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Oct 2010 16:48:09 +0000 (18:48 +0200)
commitb300289f4439d7117de7fb71ebceb8504ed9ae8e
tree04864624eb5022eac6eec81d264b83e28fad2863
parent30d08f850ce6a5471892454c0ae6fb56dd0e27a2
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 <arnd@arndb.de>
Cc: Christoph Hellwig <hch@infradead.org>
fs/freevxfs/vxfs_lookup.c
fs/freevxfs/vxfs_super.c