commit | ee239d9901c13040598f6c46d5017869c6d14e2e | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Tue Oct 06 12:18:31 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 22:20:58 2009 -0700 |
tree | da17fe435e47009304ebb3a5052eedf7aeae8249 | |
parent | 3305adffc556f7998b40c31afcef4c8755ce919a [diff] |
gigaset: linearize skb The code of the Gigaset driver assumes that sk_buff-s coming from the ISDN4Linux subsystem are always linear. Explicitly calling skb_linearize() is cheap if they are, but much more robust in case they ever aren't. Impact: robustness improvement Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>