From: FUJITA Tomonori Date: Sun, 17 Feb 2008 14:46:00 +0000 (+0900) Subject: [SCSI] ps3rom: disable clustering X-Git-Tag: v2.6.25-rc5~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fd2b6c893ed28ccf1a674699f1ea9d8c556281;p=pandora-kernel.git [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 Cc: Geert Uytterhoeven Signed-off-by: James Bottomley --- Reading git-diff-tree failed