commit | ad73a717e0fc6949c44e587ca5d63c273a30e6f5 | [log] [tgz] |
---|---|---|
author | Serge E. Hallyn <serue@us.ibm.com> | Wed Sep 02 09:14:05 2009 +0100 |
committer | James Morris <jmorris@namei.org> | Wed Sep 02 21:29:14 2009 +1000 |
tree | 28aa8de2eb924a60713abd01bbc790879da5b70c | |
parent | 5d135440faf7db8d566de0c6fab36b16cf9cfc3b [diff] |
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>