commit | 6c8983a606622b61a429830091fdfe643328b96a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jul 19 09:22:28 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 19 18:26:44 2020 -0700 |
tree | 5777c2bb4290c44013dabc658d1e43e890a80f5a | |
parent | 26feba8090773550f255aed911d8f824ca42b7eb [diff] |
sctp: remove the out_nounlock label in sctp_setsockopt This is just used once, and a direct return for the redirect to the AF case is much easier to follow than jumping to the end of a very long function. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>