Re: [PATCH 2/2] ide: replace GFP_ATOMIC by GFP_KERNEL

From: Dan Carpenter
Date: Thu Apr 09 2015 - 08:36:49 EST


On Thu, Apr 09, 2015 at 01:46:28PM +0200, Quentin Lambert wrote:
> Both pmac_ide_init_dma and ide_dma_sgiioc4 are stored in the init_dma field of
> an ide_port_info structure. This field seems to only be called from contexts
> where sleep is allowed. Therefore, this patch replaces uses of GFP_ATOMIC by
> GFP_KERNEL.
>
> Signed-off-by: Quentin Lambert <lambert.quentin@xxxxxxxxx>

Oh. They're not GFP_ATOMIC.

Fold these two patches together into one patch and resend.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/