]> Pileus Git - ~andy/linux/commit
KEYS: Use bool in make_key_ref() and is_key_possessed()
authorDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:14 +0000 (10:35 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:14 +0000 (10:35 +0100)
commita5b4bd2874d9032b42db8cc4880058576c561b06
treea41cb03e506ebdd35d01c84f24bad0833ae3ea68
parent61ea0c0ba904a55f55317d850c1072ff7835ac92
KEYS: Use bool in make_key_ref() and is_key_possessed()

Make make_key_ref() take a bool possession parameter and make
is_key_possessed() return a bool.

Signed-off-by: David Howells <dhowells@redhat.com>
Documentation/security/keys.txt
include/linux/key.h
security/keys/keyring.c