KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
authorDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:16 +0000 (10:35 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:16 +0000 (10:35 +0100)
Define a __key_get() wrapper to use rather than atomic_inc() on the key usage
count as this makes it easier to hook in refcount error debugging.

Signed-off-by: David Howells <dhowells@redhat.com>

No differences found