[Pvfs2-developers] encoding negative responses

Sam Lang slang at mcs.anl.gov
Wed Mar 21 09:40:46 EST 2007


Committed.
-sam

On Mar 21, 2007, at 8:39 AM, Phil Carns wrote:

> 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