Merge branch 'ipv6-only-sock'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Apr 2022 11:47:51 +0000 (12:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Apr 2022 11:47:51 +0000 (12:47 +0100)
commit42d594357e01e360b78e13659c42de1598698fd2
treeecd21aa4fc72c17f4fbf6074a2f6f036b66018c2
parent0844d36f771d3fe3c418df7569396a9a58feab85
parent81ee0eb6c0fe34490ed92667538197d9295e899e
Merge branch 'ipv6-only-sock'

Kuniyuki Iwashima says:

====================
ipv6: Use ipv6_only_sock helper function.

The first patch removes __ipv6_only_sock(), and the second replaces
ipv6only tests with ipv6_only_sock().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>