commit | d38d2b00ba64b3f2f30d70a7929000606d2c4509 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jul 23 08:09:06 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 24 15:41:54 2020 -0700 |
tree | 98159f1aab613ae688102622ee883ea75bd2c102 | |
parent | d4c19c49142ddb2efcc34cff6379d03edb3553bd [diff] |
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>