Re: [Xen-devel] [patch] xen-scsifront: use GFP_ATOMIC under spin_lock

2014-09-08 Thread David Vrabel
On 08/09/14 12:15, Dan Carpenter wrote: > This function is only called with a spin_lock held and IRQs disabled. > The allocation is not allowed to sleep and NOIO is not sufficient, it > has to be ATOMIC. Applied this and the scsiback one to devel/for-linus-3.18. Thanks. David -- To unsubscribe f

Re: [Xen-devel] [patch] xen-scsifront: use GFP_ATOMIC under spin_lock

2014-09-08 Thread Juergen Gross
On 09/08/2014 01:15 PM, Dan Carpenter wrote: This function is only called with a spin_lock held and IRQs disabled. The allocation is not allowed to sleep and NOIO is not sufficient, it has to be ATOMIC. Signed-off-by: Dan Carpenter Reviewed-by: Juergen Gross Thanks, Juergen diff --git a