On Wed, Feb 20, 2013 at 02:42:28PM +0000, Marciniszyn, Mike wrote:
> > -   ret = idr_alloc(&unit_table, dd, 0, 0, GFP_KERNEL);
> > +   ret = idr_alloc(&unit_table, dd, 0, 0, GFP_ATOMIC);
> 
> GFP_NOWAIT seems to match other use cases introduced by commit 
> cf1f5bb608af6e0d57610c2740a3f69e3568eee3.
> 
> Is that what should be used?

Yes, it should have been GFP_NOWAIT.  Sorry about that.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to