Re: [PATCH] skbuff: struct ubuf_info callback type safety

2012-04-13 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Mon, 9 Apr 2012 13:24:02 +0300 The skb struct ubuf_info callback gets passed struct ubuf_info itself, not the arg value as the field name and the function signature seem to imply. Rename the arg field to ctx to match usage, add documentation and

[PATCH] skbuff: struct ubuf_info callback type safety

2012-04-09 Thread Michael S. Tsirkin
The skb struct ubuf_info callback gets passed struct ubuf_info itself, not the arg value as the field name and the function signature seem to imply. Rename the arg field to ctx to match usage, add documentation and change the callback argument type to make usage clear and to have compiler check