• Nicholas Bellinger's avatar
    target: Add sanity checks for DPO/FUA bit usage · fde9f50f
    Nicholas Bellinger authored
    This patch adds a sbc_check_dpofua() function that performs sanity
    checks for DPO/FUA command bits.
    
    It introduces checks to fail when either bit is set, but the backend
    device is not advertising support for them.
    
    It also moves the existing cmd->se_cmd_flags |= SCF_FUA assignement
    into the new helper function.
    
    Cc: Christoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
    fde9f50f
target_core_sbc.c 37 KB