diff options
author | David Howells <dhowells@redhat.com> | 2014-09-16 17:36:04 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2014-09-16 17:36:04 +0100 |
commit | 614d8c39014c185aa0f7254f0a470cc33fc1b284 (patch) | |
tree | e6408d142b72dda0420b0f96a58a05d1e4a309b8 /include | |
parent | 462919591a1791e76042dc5c1e0148715df59beb (diff) | |
download | linux-614d8c39014c185aa0f7254f0a470cc33fc1b284.tar.gz linux-614d8c39014c185aa0f7254f0a470cc33fc1b284.tar.bz2 linux-614d8c39014c185aa0f7254f0a470cc33fc1b284.zip |
KEYS: Remove key_type::def_lookup_type
Remove key_type::def_lookup_type as it's no longer used. The information now
defaults to KEYRING_SEARCH_LOOKUP_DIRECT but may be overridden by
type->match_preparse().
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/key-type.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/key-type.h b/include/linux/key-type.h index 8aba688a451a..bf93ea609273 100644 --- a/include/linux/key-type.h +++ b/include/linux/key-type.h @@ -81,9 +81,6 @@ struct key_type { */ size_t def_datalen; - /* Default key search algorithm. */ - unsigned def_lookup_type; - /* vet a description */ int (*vet_description)(const char *description); |