commit | 5d47b394794d3086c1c338cc014011a9ee34005c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Sep 25 06:51:46 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 03 00:02:16 2020 -0400 |
tree | ed8423843a64dd35b997b8c65d06850cdaf4dc43 | |
parent | c3973b401ef2b0b8005f8074a10e96e3ea093823 [diff] |
security/keys: remove compat_keyctl_instantiate_key_iov Now that import_iovec handles compat iovecs, the native version of keyctl_instantiate_key_iov can be used for the compat case as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>