NAME
    DeleteExtIO - return memory allocated for extended IO request
SYNOPSIS
    DeleteExtIO(ioReq);
    VOID DeleteExtIO(struct iorequest *);
FUNCTION
    Frees up an IO request as allocated by createextio().
INPUTS
    ioReq - the iorequest block to be freed, or null.
SEE ALSO
    createextio()