commit | c17536d0abde2fd24afca542e3bb73b45a299633 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 22 09:36:55 2020 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 22 13:13:22 2020 +0200 |
tree | 4fcca63d1ee3526d13341bad53d3ac273e405000 | |
parent | 6c9a9a8ddf3d81d36891d4adbeb466c4dda1f674 [diff] |
usb: usbfs: stop using compat_alloc_user_space Just switch the low-level routines to take kernel structures, and do the conversion from the compat to the native structure on that. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20200722073655.220011-1-hch@lst.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>