net/ipv4: switch ip_mroute_setsockopt to sockptr_t
authorChristoph Hellwig <hch@lst.de>
Thu, 23 Jul 2020 06:08:56 +0000 (08:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2020 22:41:54 +0000 (15:41 -0700)
commit01ccb5b48f08f59ca3746d59221f4990aec1b194
tree4f1958c7573b7bb9293b79160a99bfa3a0a1639d
parentb03afaa82ece13b2a008f0e3a7127bead578e3e6
net/ipv4: switch ip_mroute_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>
include/linux/mroute.h
net/ipv4/ip_sockglue.c
net/ipv4/ipmr.c