Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394

Pull firewire fixlet from Stefan Richter:
"A one-liner to reenable WRITE SAME over SBP-2 like in v3.8...v3.12.
Buggy targets which could malfunction when being subjected to this
command are already sufficiently protected by a scsi_level check in sd
+ SCSI core"

* tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394:
firewire: sbp2: bring back WRITE SAME support

-1
-1
drivers/firewire/sbp2.c
··· 1623 1623 .cmd_per_lun = 1, 1624 1624 .can_queue = 1, 1625 1625 .sdev_attrs = sbp2_scsi_sysfs_attrs, 1626 - .no_write_same = 1, 1627 1626 }; 1628 1627 1629 1628 MODULE_AUTHOR("Kristian Hoegsberg <krh@bitplanet.net>");