diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-02-17 23:46:00 +0900 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-03-03 13:08:13 -0600 |
commit | 57fd2b6c893ed28ccf1a674699f1ea9d8c556281 (patch) | |
tree | e4b4cfae172b0ef68556b78ae6ac5c281b57510f /Documentation/scsi | |
parent | 67768f675ffa587d6081ed1d259e796823023926 (diff) | |
download | linux-3.10-57fd2b6c893ed28ccf1a674699f1ea9d8c556281.tar.gz linux-3.10-57fd2b6c893ed28ccf1a674699f1ea9d8c556281.tar.bz2 linux-3.10-57fd2b6c893ed28ccf1a674699f1ea9d8c556281.zip |
[SCSI] ps3rom: disable clustering
ps3rom does:
scsi_for_each_sg(cmd, sgpnt, scsi_sg_count(cmd), k) {
kaddr = kmap_atomic(sg_page(sgpnt), KM_IRQ0);
We cannot do something like that with the clustering enabled (or we
can use scsi_kmap_atomic_sg).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'Documentation/scsi')
0 files changed, 0 insertions, 0 deletions