commit | fa128fd735bd236b6b04d3fedfed7a784137c185 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Sep 18 11:56:28 2015 -0400 |
committer | Tejun Heo <tj@kernel.org> | Fri Sep 18 11:56:28 2015 -0400 |
tree | 34b2364ce6da15daf6a3f03864d2d9a9a2baa7c2 | |
parent | 3014dde762f618fbcfe899f9ce9e929a2e5aa6dd [diff] |
jump_label: make static_key_enabled() work on static_key_true/false types too static_key_enabled() can be used on struct static_key but not on its wrapper types static_key_true and static_key_false. The function is useful for debugging and management of static keys. Update it so that it can be used for the wrapper types too. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Andrew Morton <akpm@linux-foundation.org>