]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix auth_pin vs xlocks
authorSage Weil <sage@newdream.net>
Wed, 25 Mar 2009 18:41:48 +0000 (11:41 -0700)
committerSage Weil <sage@newdream.net>
Wed, 25 Mar 2009 18:41:48 +0000 (11:41 -0700)
commitc055b5680965a223ac2231fd12223035085d8e4b
tree8c493659fb1dad5e2f571f52ce1af6ef1e61b3f7
parent4c1256ee1500f14b089d591440f297d9a11df0d2
mds: fix auth_pin vs xlocks

Look at lock->is_stable() to determine whether auth_pin should be
taken or dropped in xlock_start() and eval_gather().
src/mds/Locker.cc