Re: [PATCH] hpsa: do not re-order commands in internal queues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




--- On Tue, 1/11/11, Stephen M. Cameron <scameron@xxxxxxxxxxxxxxxxxx> 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-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux