[Pvfs2-developers] encoding negative responses

Phil Carns pcarns at wastedcycles.org
Wed Mar 21 08:39:28 EST 2007


Hi Sam,

That seems reasonable to me...

-Phil

Sam Lang wrote:
> 
> Hi Phil,
> 
> In the special remove case, could we make the error checking even  
> tighter?  Something like:
> 
> if(resp_p->status == -PVFS_ENOENT && index == 1)
>     return 0;
> if(resp_p->status != 0)
>     return resp_p->status;
> 
> Other than that this patch looks good.
> 
> -sam


More information about the Pvfs2-developers mailing list