summaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2008-01-11 01:31:39 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-06 11:43:41 -0800
commit306f3a3cfe8925b98d288615cb5c1a15c3551c0e (patch)
tree980a9ae6a4153b2a20b8d6776736c736f1aba83e /net/unix/sysctl_net_unix.c
parent2e1c89f5df933e882e629818d9e1e63ed83b61a2 (diff)
NET: Correct two mistaken skb_reset_mac_header() conversions.
[NET]: Correct two mistaken skb_reset_mac_header() conversions. [ Upstream commit: c6e6ca712b5cc06a662f900c0484d49d7334af64 ] This operation helper abstracts: skb->mac_header = skb->data; but it was done in two more places which were actually: skb->mac_header = skb->network_header; and those are corrected here. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions