Re: [PATCH net] net: fix compile error in skb_orphan_partial()

2017-05-17 Thread David Miller
From: Eric Dumazet Date: Tue, 16 May 2017 13:27:53 -0700 > From: Eric Dumazet > > If CONFIG_INET is not set, net/core/sock.c can not compile : > > net/core/sock.c: In function ‘skb_orphan_partial’: > net/core/sock.c:1810:2: error: implicit

[PATCH net] net: fix compile error in skb_orphan_partial()

2017-05-16 Thread Eric Dumazet
From: Eric Dumazet If CONFIG_INET is not set, net/core/sock.c can not compile : net/core/sock.c: In function ‘skb_orphan_partial’: net/core/sock.c:1810:2: error: implicit declaration of function ‘skb_is_tcp_pure_ack’ [-Werror=implicit-function-declaration] if