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

Commit ce027ed9 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: sbp2: bring back WRITE SAME support



Commit 54b2b50c "[SCSI] Disable WRITE SAME for RAID and virtual
host adapter drivers" disabled WRITE SAME support for all SBP-2 attached
targets.  But as described in the changelog of commit b0ea5f19
"firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES",
it is not required to blacklist WRITE SAME.

Bring the feature back by reverting the sbp2.c hunk of commit 54b2b50c.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Cc: stable@kernel.org
parent 374b1057
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1623,7 +1623,6 @@ static struct scsi_host_template scsi_driver_template = {
	.cmd_per_lun		= 1,
	.can_queue		= 1,
	.sdev_attrs		= sbp2_scsi_sysfs_attrs,
	.no_write_same		= 1,
};

MODULE_AUTHOR("Kristian Hoegsberg <krh@bitplanet.net>");