ipv6: Fold rt6_info_hash_nhsfn() into its only caller
authorJakub Sitnicki <jkbs@redhat.com>
Wed, 23 Aug 2017 07:58:30 +0000 (09:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Aug 2017 01:21:17 +0000 (18:21 -0700)
commit956b45318a27cefa5e99fbbbe703ea8a2a3aee13
treea15b83327b10c347ea342acc1f1f9c07a183f716
parent23aebdacb05dab9efdf22b9e0413491cbd5f128f
ipv6: Fold rt6_info_hash_nhsfn() into its only caller

Commit 644d0e656958 ("ipv6 Use get_hash_from_flowi6 for rt6 hash") has
turned rt6_info_hash_nhsfn() into a one-liner, so it no longer makes
sense to keep it around. Also remove the accompanying comment that has
become outdated.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c