]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: only encode_cap_releases once per request.
authorGreg Farnum <gregf@hq.newdream.net>
Mon, 22 Nov 2010 16:50:32 +0000 (08:50 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 22 Nov 2010 17:09:01 +0000 (09:09 -0800)
commitf7170f95f084a6f91729c3543a214792be571fc1
tree9488dfab4feac534b14f2e40457cd7e4fdb50f16
parentc43455cee4b7b45de6bd04454a40bc7016f2d6d1
client: only encode_cap_releases once per request.

Accomplish this by making a list of cap releases in the (permanent)
MetaRequest, and then copying that into the (potentially-temporary)
MClientRequest.
src/client/Client.cc
src/client/Client.h