[PATCH 04/10] KEYS: key_is_dead() should take a const key pointer argument

2013-07-17 Thread David Howells
key_is_dead() should take a const key pointer argument as it doesn't modify what it points to. Signed-off-by: David Howells --- security/keys/internal.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/internal.h b/security/keys/internal.h index

[PATCH 04/10] KEYS: key_is_dead() should take a const key pointer argument

2013-07-17 Thread David Howells
key_is_dead() should take a const key pointer argument as it doesn't modify what it points to. Signed-off-by: David Howells dhowe...@redhat.com --- security/keys/internal.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/internal.h b/security/keys/internal.h