aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/key-type.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-09-16 17:36:04 +0100
committerDavid Howells <dhowells@redhat.com>2014-09-16 17:36:04 +0100
commit614d8c39014c185aa0f7254f0a470cc33fc1b284 (patch)
treee6408d142b72dda0420b0f96a58a05d1e4a309b8 /include/linux/key-type.h
parentKEYS: Preparse match data (diff)
downloadlinux-dev-614d8c39014c185aa0f7254f0a470cc33fc1b284.tar.xz
linux-dev-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/linux/key-type.h')
-rw-r--r--include/linux/key-type.h3
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);