]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: make fragmap updates a little more space efficient.
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 29 Jun 2010 22:50:13 +0000 (15:50 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Wed, 30 Jun 2010 23:08:07 +0000 (16:08 -0700)
commit39796b4794576dc071720d64bf58ac2f388ec62e
tree69b96618272b54192b42387b69fa94e2705af2a1
parent60f2672ee2486403fbedcc12a7948be0f3fe2175
client: make fragmap updates a little more space efficient.

If the auth is the same as the parent, don't add to the map (and remove if
it's already there). Absence is interpreted the same as a value of -1.
src/client/Client.cc