From: Rusty Russell Date: Thu, 12 Jan 2012 05:14:42 +0000 (+1030) Subject: virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf X-Git-Tag: v3.3-rc1~85^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96fde41f7f9af6cf20f6a1919f5d9670f84d574;p=pandora-kernel.git virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf Remove wrapper functions. This makes the allocation type explicit in all callers; I used GPF_KERNEL where it seemed obvious, left it at GFP_ATOMIC otherwise. Signed-off-by: Rusty Russell Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed