commit | 9aa0dfe1fc9920ad2224b53f9be748c030f0a12e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jul 19 18:16:41 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 19 18:16:41 2020 -0700 |
tree | 1bf043e2d02b8e00b1d54952b3e3799b1be79efa | |
parent | 089377b7e8e70f00c2290b00cb0024cc6e165a7d [diff] | |
parent | a44d9e72100f7044ac46e4e6dc475f5b4097830f [diff] |
Merge branch 'sockopt-cleanups' Christoph Hellwig says: ==================== sockopt cleanups this series cleans up various lose ends in the sockopt code, most importantly removing the compat_{get,set}sockopt infrastructure in favor of just using in_compat_syscall() in the few places that care. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>