diff options
author | Tejun Heo <tj@kernel.org> | 2014-09-24 13:31:48 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-09-24 13:31:48 -0400 |
commit | eecc16ba9a49b05dd847a317af166a6728eb56ca (patch) | |
tree | e61dbe61074cfe6e09593dc3f60d3fb7bdd454e7 /lib/bitmap.c | |
parent | 6251f9976af7656b6970a8820153f356430f5de2 (diff) | |
download | op-kernel-dev-eecc16ba9a49b05dd847a317af166a6728eb56ca.zip op-kernel-dev-eecc16ba9a49b05dd847a317af166a6728eb56ca.tar.gz |
percpu_ref: replace pcpu_ prefix with percpu_
percpu_ref uses pcpu_ prefix for internal stuff and percpu_ for
externally visible ones. This is the same convention used in the
percpu allocator implementation. It works fine there but percpu_ref
doesn't have too much internal-only stuff and scattered usages of
pcpu_ prefix are confusing than helpful.
This patch replaces all pcpu_ prefixes with percpu_. This is pure
rename and there's no functional change. Note that PCPU_REF_DEAD is
renamed to __PERCPU_REF_DEAD to signify that the flag is internal.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions