From: Tejun Heo Date: Wed, 24 Sep 2014 17:31:48 +0000 (-0400) Subject: percpu_ref: replace pcpu_ prefix with percpu_ X-Git-Tag: fixes-against-v3.18-rc2~134^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecc16ba9a49b05dd847a317af166a6728eb56ca;p=pandora-kernel.git 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 Reviewed-by: Kent Overstreet --- Reading git-diff-tree failed