commit | f96fde41f7f9af6cf20f6a1919f5d9670f84d574 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 12 15:44:42 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 12 15:44:42 2012 +1030 |
tree | 14b8a0343b255989ac8ba0ea34e18dca419723df | |
parent | 5dfc17628d57f9e62043ed0cba03a6e3eb019a78 [diff] |
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 <rusty@rustcorp.com.au> Reviewed-by: Christoph Hellwig <hch@lst.de>