]> git.baikalelectronics.ru Git - kernel.git/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)
commitf6ba8ca8b0568ca65cb400d62fe5bf9a7b8bbe0d
treea41cb03e506ebdd35d01c84f24bad0833ae3ea68
parenta81f37362a0fd6d89eec71626c66b09b841d67fb
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