Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

target: Use #define for SYNCHRONIZE_CACHE_16

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

authored by

Andy Grover and committed by
Nicholas Bellinger
8e94b8db cd0c72c1

+1 -1
+1 -1
drivers/target/target_core_transport.c
··· 2912 2912 cmd->se_cmd_flags |= SCF_SCSI_NON_DATA_CDB; 2913 2913 break; 2914 2914 case SYNCHRONIZE_CACHE: 2915 - case 0x91: /* SYNCHRONIZE_CACHE_16: */ 2915 + case SYNCHRONIZE_CACHE_16: 2916 2916 /* 2917 2917 * Extract LBA and range to be flushed for emulated SYNCHRONIZE_CACHE 2918 2918 */