]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: limit propagation of full auth_pin count up hierarchy
authorSage Weil <sage@newdream.net>
Tue, 24 Feb 2009 19:52:56 +0000 (11:52 -0800)
committerSage Weil <sage@newdream.net>
Tue, 24 Feb 2009 19:52:56 +0000 (11:52 -0800)
commit4c3a7aa1a7bec8daae9785f308c67a485af3b17b
tree7d209099b1d0f649af29dd3667dd173386c22377
parent8be929d4518885cea50cc6ce708591f9b131134d
mds: limit propagation of full auth_pin count up hierarchy

We only care if there are _some_ auth pins, not the exact count.  So only
propagation whether there are any pings from dir -> inode, to avoid walking
all the way up the hierarchy for each pin/unpin event.
src/mds/CDir.cc