diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-02-16 23:57:15 +0900 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-18 08:57:16 -0600 |
commit | cbccc207128e8bbdb047f6c5fc261acf207749c1 (patch) | |
tree | 83267cbfc63000f235312196308d0efac1f76019 /include | |
parent | 0e935c9ebacf2f54ab1226192d1a62f7ea1b9303 (diff) |
[SCSI] scsi_debug: disable clustering
scsi_debug does at several places:
for_each_sg(sdb->table.sgl, sg, sdb->table.nents, k) {
kaddr = (unsigned char *)
kmap_atomic(sg_page(sg), KM_USER0);
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>
Acked-by: Douglas Gilbert <dougg@torque.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions