]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove now-erroneous comment
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 3 Jun 2011 17:49:44 +0000 (10:49 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 3 Jun 2011 17:49:44 +0000 (10:49 -0700)
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/mds/Server.cc

index 3134e778428b15ac4bb948f961e9c9b4c5a54a00..04a13c0b56ad9cc78812f31aef9b7cf360a160ec 100644 (file)
@@ -5204,9 +5204,6 @@ void Server::_rename_prepare(MDRequest *mdr,
   }
 
   // dest
-  /* FIXME: this looks to largely assume that a remote
-   * src implies a local dest, that's not good -- we might be
-   * auth for the srci or the desti without being auth on the dentries */
   if (srcdnl->is_remote()) {
     assert(not_journaling || srcdn->is_auth() ||destdn->is_auth() ||
            (srci && srci->is_auth()) ||