]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: keep only one dir commit in flight
authorSage Weil <sage@newdream.net>
Wed, 3 Jun 2009 23:10:28 +0000 (16:10 -0700)
committerSage Weil <sage@newdream.net>
Wed, 3 Jun 2009 23:10:28 +0000 (16:10 -0700)
commitfa7b0a5bc7f586a1cae2d3abea3bcf820f399976
treed87efecc529e847a04ce2ba6073007b0e5188388
parent434fadebd123b6e17937a0e540f94039649335ae
mds: keep only one dir commit in flight

Ordering is not guaranteed, so putting multiple commits in flight
is not safe.. the osd may commit the older data on top of the new.
src/mds/CDir.cc