commit | 4262e5ccbbb5171abd2921eed16ed339633d6478 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Fri Dec 06 11:36:16 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 09 20:23:33 2013 -0500 |
tree | 20b11bfb690a4ab70c726f81a1f0826eb5a939f0 | |
parent | 34f9f437104b86f6ddfa2770e2cd852846385dc3 [diff] |
net: dev: move inline skb_needs_linearize helper to header As we need it elsewhere, move the inline helper function of skb_needs_linearize() over to skbuff.h include file. While at it, also convert the return to 'bool' instead of 'int' and add a proper kernel doc. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>