• C
    storage: Combine some duplicate code · e40a285b
    Cole Robinson 提交于
    Volume detection in the scsi backend was duplicating code already
    present in storage_backend.c. Let's drop the duplicate code.
    
    Also, change the shared function name to be less generic, and remove
    some error squashing in the other call site.
    e40a285b
storage_backend_scsi.c 16.5 KB