]> bbs.cooldavid.org Git - net-next-2.6.git/commit
locks: turn lock_flocks into a spinlock
authorArnd Bergmann <arnd@arndb.de>
Wed, 27 Oct 2010 19:39:58 +0000 (21:39 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 27 Oct 2010 20:07:36 +0000 (22:07 +0200)
commit72f98e72551fad573c6cace8e8551ef094f482dd
treefeeb5484ee69d3c9a9ef890037361f9ce55a42c4
parentf7347ce4ee7c65415f84be915c018473e7076f31
locks: turn lock_flocks into a spinlock

Nothing depends on lock_flocks using the BKL
any more, so we can do the switch over to
a private spinlock.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/Kconfig
fs/locks.c