From e3b1fdb6659f1bcd92626da0858a4d6f98572471 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 1 Sep 2007 02:02:16 +0900 Subject: [PATCH] --- yaml --- r: 68862 b: refs/heads/master c: 8184fe9b6e8928c8d5be3e2a1326b8b9183e409d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/scsi/scsi_tgt_lib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cc8a748648c9..bba775ad6c07 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f9755bea9c44aaeae4d7f76e0cd86dfbbd5dfe12 +refs/heads/master: 8184fe9b6e8928c8d5be3e2a1326b8b9183e409d diff --git a/trunk/drivers/scsi/scsi_tgt_lib.c b/trunk/drivers/scsi/scsi_tgt_lib.c index 5851c8e53e40..66c692ffa305 100644 --- a/trunk/drivers/scsi/scsi_tgt_lib.c +++ b/trunk/drivers/scsi/scsi_tgt_lib.c @@ -237,7 +237,7 @@ int scsi_tgt_alloc_queue(struct Scsi_Host *shost) * command as is recvd to userspace. uspace can then make * sure we do not overload the HBA */ - q->nr_requests = shost->hostt->can_queue; + q->nr_requests = shost->can_queue; /* * We currently only support software LLDs so this does * not matter for now. Do we need this for the cards we support?