[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll

From: Michal Hocko
Date: Tue Feb 15 2011 - 04:35:37 EST


Hi,
we have started seeing a lot of allocator messages complaining about
failed allocations from virtnet_poll in soft IRQ. Could you consider the
following patch, please?

The patch is based on 2.6.38-rc4.
---