X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=blobdiff_plain;f=drivers%2Ftarget%2Ftarget_core_spc.c;h=460e9310947399661ce1fbd6ab4ed3e86b4a47e1;hp=4c71657da56ab3cdc96b5c1f8d784722f10e2c1d;hb=e20d3ef5406d3a28b76a63905b2a6bd3fb95c377;hpb=5c2770079fb9b8c5bfb7113d9e76de66e77a0e24 diff --git a/drivers/target/target_core_spc.c b/drivers/target/target_core_spc.c index 4c71657da56a..460e93109473 100644 --- a/drivers/target/target_core_spc.c +++ b/drivers/target/target_core_spc.c @@ -647,7 +647,7 @@ spc_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf) * support the use of the WRITE SAME (16) command to unmap LBAs. */ if (dev->dev_attrib.emulate_tpws != 0) - buf[5] |= 0x40; + buf[5] |= 0x40 | 0x20; return 0; }