commit | ccc3e6d9c9aea07a0b60b2b0bfc5b05a704b66d5 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Sep 24 10:35:16 2013 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Sep 24 10:35:16 2013 +0100 |
tree | d111175934b1454fa275fe056f8c6d320e504b01 | |
parent | d0a059cac6523b23ad7d743dec8783705aab1668 [diff] |
KEYS: Define a __key_get() wrapper to use rather than atomic_inc() 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>