]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove erroneous fixme.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 27 Apr 2011 18:24:43 +0000 (11:24 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 27 Apr 2011 18:24:43 +0000 (11:24 -0700)
This is for the client map journaling, but that's handled
elsewhere within this function...no idea why it ever had
a fixme there!

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

index 7841d77221349ad8dd437e66db76255021c74a57..18b002fec1eccd9683927262f183b7bbd770d252 100644 (file)
@@ -4958,13 +4958,6 @@ void Server::handle_client_rename(MDRequest *mdr)
   
   _rename_prepare(mdr, &le->metablob, &le->client_map, srcdn, destdn, straydn);
 
-
-  if (!srcdn->is_auth() && srcdnl->is_primary()) {
-    // importing inode; also journal imported client map
-    
-    // ** DER FIXME **
-  }
-
   // -- commit locally --
   C_MDS_rename_finish *fin = new C_MDS_rename_finish(mds, mdr, srcdn, destdn, straydn);