net/tcp: switch do_tcp_setsockopt to sockptr_t
authorChristoph Hellwig <hch@lst.de>
Thu, 23 Jul 2020 06:09:06 +0000 (08:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2020 22:41:54 +0000 (15:41 -0700)
commitd38d2b00ba64b3f2f30d70a7929000606d2c4509
tree98159f1aab613ae688102622ee883ea75bd2c102
parentd4c19c49142ddb2efcc34cff6379d03edb3553bd
net/tcp: switch do_tcp_setsockopt to sockptr_t

Pass a sockptr_t to prepare for set_fs-less handling of the kernel
pointer from bpf-cgroup.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c