]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
keys: make key_serial() a function if CONFIG_KEYS=y
authorDavid Howells <dhowells@redhat.com>
Tue, 29 Apr 2008 08:01:34 +0000 (01:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:17 +0000 (08:06 -0700)
commit7249db2c281ac688977ecc6862cdee9969d310e2
tree7d0c42af5c2cb3724fd18aa3aff8de3c827bfe77
parentfdb89bce6c9ccb17dae13ec43a25d2fdd405233f
keys: make key_serial() a function if CONFIG_KEYS=y

Make key_serial() an inline function rather than a macro if CONFIG_KEYS=y.
This prevents double evaluation of the key pointer and also provides better
type checking.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/key.h