qla1280: enable use_sg_chaining option
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 17 Sep 2007 13:28:22 +0000 (15:28 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 16 Oct 2007 09:24:43 +0000 (11:24 +0200)
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/qla1280.c

index 5cc23f8..76089cf 100644 (file)
@@ -4259,6 +4259,7 @@ static struct scsi_host_template qla1280_driver_template = {
        .sg_tablesize           = SG_ALL,
        .cmd_per_lun            = 1,
        .use_clustering         = ENABLE_CLUSTERING,
+       .use_sg_chaining        = ENABLE_SG_CHAINING,
 };