summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cypress.c
diff options
context:
space:
mode:
authorTom Yan <tom.ty89@gmail.com>2016-07-12 22:31:22 +0200
committerTejun Heo <tj@kernel.org>2016-07-12 22:37:13 +0200
commit5c79097a28c2525740dd9e4470676ec9d25bee45 (patch)
tree438017e16c167c249e87bd4e068ee6e80392be64 /drivers/ata/pata_cypress.c
parentlibata-scsi: rename ata_msense_ctl_mode() to ata_msense_control() (diff)
downloadlinux-5c79097a28c2525740dd9e4470676ec9d25bee45.tar.xz
linux-5c79097a28c2525740dd9e4470676ec9d25bee45.zip
libata-scsi: reject WRITE SAME (16) with n_block that exceeds limit
Currently if a WRITE SAME (16) command is issued to the SATL with "number of blocks" that is larger than the "Maximum write same length" (which is the maximum number of blocks per TRIM command allowed in libata, currently 65535 * 512 / 8 blocks), the SATL will accept the command and translate it to a TRIM command with the upper limit. However, according to SBC (as of sbc4r11.pdf), the "device server" should terminate the command with "Invalid field in CDB" in that case. Signed-off-by: Tom Yan <tom.ty89@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/pata_cypress.c')
0 files changed, 0 insertions, 0 deletions