commit | b58f0e8f38c0a44afa59601a115bd231f23471e1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:09 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:44 2020 -0700 |
tree | 591622253553216fe2635b360b4f31a62636226b | |
parent | 1eba1110f0a7a2faa88b8bd1fc5516870bda387b [diff] |
net: add sock_set_reuseaddr Add a helper to directly set the SO_REUSEADDR sockopt from kernel space without going through a fake uaccess. For this the iscsi target now has to formally depend on inet to avoid a mostly theoretical compile failure. For actual operation it already did depend on having ipv4 or ipv6 support. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: David S. Miller <davem@davemloft.net>