[ofa-general] Re: [PATCH 2.6.21-rc2] ehca: fix mismatched sync between completion handler and destroy cq

Roland Dreier rdreier at cisco.com
Thu Mar 1 13:04:05 PST 2007


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.



More information about the general mailing list