]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix can_authpin assert on post-fragment commit
authorSage Weil <sage@newdream.net>
Wed, 5 Jan 2011 20:49:58 +0000 (12:49 -0800)
committerSage Weil <sage@newdream.net>
Thu, 6 Jan 2011 00:48:06 +0000 (16:48 -0800)
commit21d49d91f134edd48b4d29feaa59cf10fda2828f
treefe8e6dab78eafd6220bdb252b0cd8387ecaaacc1
parent15c5e0c248f95b34ea9a2b997445e4010c64d6d9
mds: fix can_authpin assert on post-fragment commit

We wan to ignore the authpinnability check here; we already have the
(old) frag frozen, so no worries about starvation and retaking an auth_pin.

Signed-off-by: Sage Weil <sage@newdream.net>
src/mds/CDir.cc
src/mds/CDir.h
src/mds/MDCache.cc