]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: MDCache should adjust_nested_anchors once the op's been logged.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 7 Oct 2010 20:04:26 +0000 (13:04 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 12 Oct 2010 14:49:56 +0000 (07:49 -0700)
commit53fe418d3988d3c9ae84d6388ccb18c2e60c1b90
tree04a0376dc517eedf4826547fb88c08207126a004
parentfc609846d432273b68062108a739ac959a330d89
mds: MDCache should adjust_nested_anchors once the op's been logged.
Fixes crashes from assert(nested_anchors >= 0) failures
when updating at the wrong point.
src/mds/MDCache.cc