Re: linux-next: Tree for May 29 (ocfs2)

From: Randy Dunlap
Date: Fri May 29 2020 - 15:42:13 EST


On 5/29/20 4:56 AM, Stephen Rothwell wrote:
> Hi all,
>
> News: there will be no linux-next release on Monday.
>
> Changes since 20200528:
>


on x86_64:
when CONFIG_INET is not set/enabled:

ld: fs/ocfs2/cluster/tcp.o: in function `o2net_accept_many':
tcp.c:(.text+0x2e06): undefined reference to `tcp_sock_set_nodelay'
ld: tcp.c:(.text+0x2e18): undefined reference to `tcp_sock_set_user_timeout'
ld: fs/ocfs2/cluster/tcp.o: in function `o2net_start_connect':
tcp.c:(.text+0x3391): undefined reference to `tcp_sock_set_nodelay'
ld: tcp.c:(.text+0x33a3): undefined reference to `tcp_sock_set_user_timeout'


--
~Randy
Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>