diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-02-16 15:57:15 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-18 15:57:16 +0100 |
commit | cbccc207128e8bbdb047f6c5fc261acf207749c1 (patch) | |
tree | 83267cbfc63000f235312196308d0efac1f76019 /crypto | |
parent | [SCSI] fas216: fix up the previous fas216 commit (diff) | |
download | linux-cbccc207128e8bbdb047f6c5fc261acf207749c1.tar.xz linux-cbccc207128e8bbdb047f6c5fc261acf207749c1.zip |
[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 'crypto')
0 files changed, 0 insertions, 0 deletions