[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877909.84984.qm@web33006.mail.mud.yahoo.com>
Date: Tue, 11 Jan 2011 14:52:11 -0800 (PST)
From: Stephen Cameron <smcameron@...oo.com>
To: james.bottomley@...senpartnership.com,
"Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
Cc: linux-scsi@...r.kernel.org, mike.miller@...com,
linux-kernel@...r.kernel.org, thenzl@...hat.com,
akpm@...ux-foundation.org
Subject: Re: [PATCH] hpsa: do not re-order commands in internal queues
--- On Tue, 1/11/11, Stephen M. Cameron <scameron@...rdog.cce.hp.com> wrote:
[...]
> @@ -2837,8 +2837,8 @@ static void start_io(struct ctlr_info
> *h)
> {
> struct CommandList *c;
>
> - while (!hlist_empty(&h->reqQ))
> {
> - c =
> hlist_entry(h->reqQ.first, struct CommandList, list);
> + while (!list_empty(&h->reqQ)) {
> + c =
> list_entry(h->reqQ.first, struct CommandList, list);
No, I screwed this up. Disregard this patch.
-- steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists