mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
target_submit_cmd() is now only for simple drivers that do their own sync during shutdown and do not use target_stop_session(). It will never return a failure, so we can remove that code from the driver. Link: https://lore.kernel.org/r/[email protected] Cc: Chris Boot <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Mike Christie <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>