]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: switch from BKL to lock_flocks()
authorSage Weil <sage@newdream.net>
Thu, 23 Sep 2010 02:57:10 +0000 (19:57 -0700)
committerSage Weil <sage@newdream.net>
Wed, 20 Oct 2010 22:38:18 +0000 (15:38 -0700)
commit7943c571cba6f04b475c77b5d468751c463a1864
treea171b2ec236fd021d4f17ea9d5df7312e93c1645
parente57698a306d80dd1543663fe9b54b2bbd9f60267
ceph: switch from BKL to lock_flocks()

Switch from using the BKL explicitly to the new lock_flocks() interface.
Eventually this will turn into a spinlock.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/mds_client.c