Hi-

Thanks!  Though I'm not sure which version of the code this is... (this is 
working on both the master and unstable branches).  A v0.9 release should 
be out in the next day or so.

Cheers-
sage


On Thu, 18 Jun 2009, ÕÅÎÄ wrote:

> diff --git a/src/mds/Server.cc b/src/mds/Server.cc
> index 22e1e80..ca68046 100644
> --- a/src/mds/Server.cc
> +++ b/src/mds/Server.cc
> @@ -1721,7 +1721,7 @@ void Server::handle_client_lookup_hash(MDRequest
> *mdr)
>        return;
>      }
>      if (!dir->is_complete()) {
> -      dir->fetch(0, new C_MDS_RetryRequest(mdcache, mdr));
> +      dir->fetch(new C_MDS_RetryRequest(mdcache, mdr));
>        return;
>      }
>      reply_request(mdr, -ESTALE);
> 
> ===================================
> the prototype of the fucntion is:
> void fetch(Context *c, bool ignore_authpinnability=false);
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Ceph-devel mailing list
> Ceph-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ceph-devel
> 
> 
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ceph-devel mailing list
Ceph-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ceph-devel

Reply via email to