[SCSI] ps3rom: disable clustering
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sun, 17 Feb 2008 14:46:00 +0000 (23:46 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 3 Mar 2008 19:08:13 +0000 (13:08 -0600)
commit57fd2b6c893ed28ccf1a674699f1ea9d8c556281
treee4b4cfae172b0ef68556b78ae6ac5c281b57510f
parent67768f675ffa587d6081ed1d259e796823023926
[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>
drivers/scsi/ps3rom.c