mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: fix crc issue in net/ipv4/inet_fragment.c
In commit7d0567842b("inet: inet_defrag: prevent sk release while still in use") a new include file is added, which messes up the crc generation of some of the exported symbols in net/ipv4/inet_fragment.c. Fix this up by only including it when NOT generating the crc values. Bug: 161946584 Fixes:7d0567842b("inet: inet_defrag: prevent sk release while still in use") Change-Id: Ifef668d676faed4c9b96a481807b7d000e5c39db Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
#include <net/ip.h>
|
||||
#include <net/ipv6.h>
|
||||
|
||||
#ifndef __GENKSYMS__
|
||||
#include "../core/sock_destructor.h"
|
||||
#endif
|
||||
|
||||
/* Use skb->cb to track consecutive/adjacent fragments coming at
|
||||
* the end of the queue. Nodes in the rb-tree queue will
|
||||
|
||||
Reference in New Issue
Block a user