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)
commitd77c555d325d6ece7d352995c97460988c152f58
treef12d4542378153a87083e84df15978cacc722a94
parentc78ba6d64c78634a875d1e316676667cabfea256
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: 33cf7c90fe2f9 ("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