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


_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to