diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-06-17 07:23:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-18 03:46:03 +0200 |
commit | 19633e129c65e5bb62b1af545c5479afcdb01fc4 (patch) | |
tree | 6b749f02863fc1ae1d3ec9953e2fe60d1db2064a /fs/binfmt_flat.c | |
parent | net: sk_wmem_alloc has initial value of one, not zero (diff) | |
download | linux-19633e129c65e5bb62b1af545c5479afcdb01fc4.tar.xz linux-19633e129c65e5bb62b1af545c5479afcdb01fc4.zip |
skbuff: skb_mac_header_was_set is always true on >32 bit
Looking at the crash in log_martians(), one suspect is that the check for
mac header being set is not correct. The value of mac_header defaults to
0 on allocation, therefore skb_mac_header_was_set will always be true on
platforms using NET_SKBUFF_USES_OFFSET.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_flat.c')
0 files changed, 0 insertions, 0 deletions