]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Unify migration-handling code in _commit_slave_rename.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 14 Apr 2011 22:53:09 +0000 (15:53 -0700)
committerSage Weil <sage@newdream.net>
Mon, 18 Apr 2011 17:41:02 +0000 (10:41 -0700)
commitd857983301c428cf28995999f574aa4940d29b1e
tree5283d3b20f923c938a1099ed5a5dd8e00a223f97
parent6bd20815e2e3cef50dca3a76e96f7cded393122e
mds: Unify migration-handling code in _commit_slave_rename.

We need to handle locks and pins on exported inodes but we
were using a separate if block with its own (non-matching!) check
for no good reason.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/mds/Server.cc