Re: [PATCH net] inet: Fix missing return value in inet6_hash

2016-10-29 Thread David Miller
From: Craig Gallek Date: Tue, 25 Oct 2016 18:08:49 -0400 > From: Craig Gallek > > As part of a series to implement faster SO_REUSEPORT lookups, > commit 086c653f5862 ("sock: struct proto hash function may error") > added return values to protocol hash functions and > commit 496611d7b5ea ("inet:

Re: [PATCH net] inet: Fix missing return value in inet6_hash

2016-10-25 Thread Soheil Hassas Yeganeh
On Tue, Oct 25, 2016 at 6:08 PM, Craig Gallek wrote: > From: Craig Gallek > > As part of a series to implement faster SO_REUSEPORT lookups, > commit 086c653f5862 ("sock: struct proto hash function may error") > added return values to protocol hash functions and > commit 496611d7b5ea ("inet: creat