From: Michael S. Tsirkin Date: Mon, 31 May 2010 01:10:01 +0000 (+0000) Subject: virtio-net: pass gfp to add_buf X-Git-Tag: v2.6.35-rc2~64^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa989f5e46bb913e1a5966bb7d32eb2d00c1894e;p=pandora-kernel.git virtio-net: pass gfp to add_buf virtio-net bounces buffer allocations off to a thread if it can't allocate buffers from the atomic pool. However, if posting buffers still requires atomic buffers, this is unlikely to succeed. Fix by passing in the proper gfp_t parameter. Signed-off-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed