From: David Howells Date: Mon, 13 Jun 2011 21:33:52 +0000 (+0100) Subject: KEYS: Don't return EAGAIN to keyctl_assume_authority() X-Git-Tag: v3.1-rc1~133^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d67431f80b1b822f0286afc9123ee453eac7334;p=pandora-kernel.git KEYS: Don't return EAGAIN to keyctl_assume_authority() Don't return EAGAIN to keyctl_assume_authority() to indicate that a key could not be found (ENOKEY is only returned if a negative key is found). Instead return ENOKEY in both cases. Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed