[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ada8xegr7zu.fsf@cisco.com>
Date: Thu, 01 Mar 2007 13:04:05 -0800
From: Roland Dreier <rdreier@...co.com>
To: Hoang-Nam Nguyen <hnguyen@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
general@...ts.openfabrics.org, hch@...radead.org,
raisch@...ibm.com, heiko.carstens@...ibm.com
Subject: Re: [PATCH 2.6.21-rc2] ehca: fix mismatched sync between completion handler and destroy cq
Looks OK to me, queued for 2.6.21, except:
> +#include <linux/completion.h>
This can just be <linux/wait.h>, because you're only using
wait_queue_head_t and not struct completion, right?
I fixed this up before merging.
-
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