]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix CONFIG_NET_NS=n compilation
authorEric Dumazet <edumazet@google.com>
Thu, 12 Mar 2015 03:27:52 +0000 (20:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2015 03:28:49 +0000 (23:28 -0400)
commit100affd69053127567ad7f15cb815e9abfaa34f4
treef12d4542378153a87083e84df15978cacc722a94
parent488a9e498a0289730f982ddf626ab5ec502c8d9b
net: fix CONFIG_NET_NS=n compilation

I forgot to use write_pnet() in three locations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 963981e6c03d0 ("net: add real socket cookies")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv4.c
net/ipv4/syncookies.c
net/ipv4/tcp_input.c