commit | 85dcbba3b8b15c17d3237695440d09d12825184d | [log] [tgz] |
---|---|---|
author | guoyayun <guoyayun@cmss.chinamobile.com> | Fri Dec 15 14:48:32 2017 +0800 |
committer | Tejun Heo <tj@kernel.org> | Fri Dec 15 05:28:06 2017 -0800 |
tree | 0148319b26f1b07033d4c6a644dd80941d98a05b | |
parent | 032b4cc8ff84490c4bc7c4ef8c91e6d83a637538 [diff] |
percpu: percpu_counter_initialized can be boolean This patch makes percpu_counter_initialized return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: guoyayun <guoyayun@cmss.chinamobile.com> Signed-off-by: Tejun Heo <tj@kernel.org>