commit | 876f0bf9d0d5189dca9341c8e8e8686b09db8398 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jul 22 16:29:02 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 23 14:20:25 2021 +0100 |
tree | 399c3cf96ae9b0dd4506cb1f3ca03a5458ce8a9a | |
parent | b0e99d03778b2418aec20db99d97d19d25d198b6 [diff] |
net: socket: simplify dev_ifconf handling The dev_ifconf() calling conventions make compat handling more complicated than necessary, simplify this by moving the in_compat_syscall() check into the function. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>