• James Smart's avatar
    nvmet_fc: add req_release to lldd api · 19b58d94
    James Smart authored
    With the advent of the opdone calls changing context, the lldd can no
    longer assume that once the op->done call returns for RSP operations
    that the request struct is no longer being accessed.
    
    As such, revise the lldd api for a req_release callback that the
    transport will call when the job is complete. This will also be used
    with abort cases.
    
    Fixed text in api header for change in io complete semantics.
    
    Revised lpfc to support the new req_release api.
    Signed-off-by: default avatarJames Smart <james.smart@broadcom.com>
    Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
    19b58d94
lpfc_nvmet.h 3.75 KB