]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
MDCache: use raw MutationImpl* instead of MutationRef in a few places
authorGreg Farnum <greg@inktank.com>
Thu, 13 Mar 2014 03:50:19 +0000 (20:50 -0700)
committerGreg Farnum <greg@inktank.com>
Tue, 8 Apr 2014 00:00:19 +0000 (17:00 -0700)
commit5f2ccab68ffd848e6da059c4442dd264eff6f911
treec8f351115026ba7db35ee6e2f4f32212927becba
parent6c3fc3eeea4f9cbae6411957f27fcda36ac00696
MDCache: use raw MutationImpl* instead of MutationRef in a few places

Avoid the atomic ops necessary when copying a shared_ptr.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/Locker.cc
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Server.cc