projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0c72c
)
target: Use #define for SYNCHRONIZE_CACHE_16
author
Andy Grover
<agrover@redhat.com>
Tue, 17 Jan 2012 00:57:07 +0000
(16:57 -0800)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Sat, 25 Feb 2012 22:37:46 +0000
(14:37 -0800)
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c
patch
|
blob
|
history
diff --git
a/drivers/target/target_core_transport.c
b/drivers/target/target_core_transport.c
index 78ea638aa3b3d1ec7bc75c867539401de183ccc6..affbd4d1446a771fe49cc943f1e807a8915edb1b 100644
(file)
--- a/
drivers/target/target_core_transport.c
+++ b/
drivers/target/target_core_transport.c
@@
-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
*/