diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-25 06:51:46 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-03 06:02:16 +0200 |
commit | 5d47b394794d3086c1c338cc014011a9ee34005c (patch) | |
tree | ed8423843a64dd35b997b8c65d06850cdaf4dc43 /security/keys/internal.h | |
parent | mm: remove compat_process_vm_{readv,writev} (diff) | |
download | linux-5d47b394794d3086c1c338cc014011a9ee34005c.tar.xz linux-5d47b394794d3086c1c338cc014011a9ee34005c.zip |
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>
Diffstat (limited to 'security/keys/internal.h')
-rw-r--r-- | security/keys/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/keys/internal.h b/security/keys/internal.h index 338a526cbfa5..9b9cf3b6fcbb 100644 --- a/security/keys/internal.h +++ b/security/keys/internal.h @@ -262,11 +262,6 @@ extern long keyctl_instantiate_key_iov(key_serial_t, const struct iovec __user *, unsigned, key_serial_t); extern long keyctl_invalidate_key(key_serial_t); - -struct iov_iter; -extern long keyctl_instantiate_key_common(key_serial_t, - struct iov_iter *, - key_serial_t); extern long keyctl_restrict_keyring(key_serial_t id, const char __user *_type, const char __user *_restriction); |