Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e94b8db authored by Andy Grover's avatar Andy Grover Committed by Nicholas Bellinger
Browse files

target: Use #define for SYNCHRONIZE_CACHE_16

parent cd0c72c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2912,7 +2912,7 @@ static int transport_generic_cmd_sequencer(
		cmd->se_cmd_flags |= SCF_SCSI_NON_DATA_CDB;
		break;
	case SYNCHRONIZE_CACHE:
	case 0x91: /* SYNCHRONIZE_CACHE_16: */
	case SYNCHRONIZE_CACHE_16:
		/*
		 * Extract LBA and range to be flushed for emulated SYNCHRONIZE_CACHE
		 */