security/keys: remove compat_keyctl_instantiate_key_iov
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Sep 2020 04:51:46 +0000 (06:51 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 3 Oct 2020 04:02:16 +0000 (00:02 -0400)
commit5d47b394794d3086c1c338cc014011a9ee34005c
treeed8423843a64dd35b997b8c65d06850cdaf4dc43
parentc3973b401ef2b0b8005f8074a10e96e3ea093823
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>
security/keys/compat.c
security/keys/internal.h
security/keys/keyctl.c