[EMAIL PROTECTED] wrote on Thu, 15 Jun 2006 10:04 -0500:
> Yeah this looks like my problem.  Let me get back to you in a bit.

I was just debugging the same thing.  Simpler test case:  start FS
with no files in it, "pvfs2-rm /pvfs2/foo".

Weird there's an assert right before the test, but this is old
code.

                -- Pete

static int rmdirent_remove_directory_entry_failure(PINT_server_op *s_op,
                                                   job_status_s *js_p)
{
    assert(js_p->error_code != -TROVE_ENOENT);

    switch (js_p->error_code)
    {
        case -TROVE_ENOENT:
            js_p->error_code = -PVFS_ENOENT;
            break;
        default:
            break;
    }

    gossip_lerr("unexpected error %d\n", js_p->error_code);
    return 1;
}

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

Reply via email to