]> bbs.cooldavid.org Git - net-next-2.6.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)
commit496e59553c51ce18acc836de070106b583926b87
treea171b2ec236fd021d4f17ea9d5df7312e93c1645
parentfca4451acfdcf894154e4809529ca28a09db88ff
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