Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs) firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs) firewire: core: do not DMA-map stack addresses
This commit is contained in:
@ -880,6 +880,7 @@ static struct sbp2_lu *sbp2_alloc_device(struct unit_directory *ud)
|
||||
}
|
||||
|
||||
shost->hostdata[0] = (unsigned long)lu;
|
||||
shost->max_cmd_len = SBP2_MAX_CDB_SIZE;
|
||||
|
||||
if (!scsi_add_host(shost, &ud->device)) {
|
||||
lu->shost = shost;
|
||||
|
Reference in New Issue
Block a user