KEYS: Make /proc/keys use keyid not numread as file position [try #6]
authorSerge E. Hallyn <serue@us.ibm.com>
Wed, 2 Sep 2009 08:14:05 +0000 (09:14 +0100)
committerJames Morris <jmorris@namei.org>
Wed, 2 Sep 2009 11:29:14 +0000 (21:29 +1000)
commitad73a717e0fc6949c44e587ca5d63c273a30e6f5
tree28aa8de2eb924a60713abd01bbc790879da5b70c
parent5d135440faf7db8d566de0c6fab36b16cf9cfc3b
KEYS: Make /proc/keys use keyid not numread as file position [try #6]

Make the file position maintained by /proc/keys represent the ID of the key
just read rather than the number of keys read.  This should make it faster to
perform a lookup as we don't have to scan the key ID tree from the beginning to
find the current position.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/keys/proc.c