From: Steffen Klassert Date: Tue, 27 Jul 2010 05:14:28 +0000 (+0200) Subject: padata: Rename padata_alloc functions X-Git-Tag: v2.6.36-rc1~568^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cc11707661770ca2bd4db4b0256d28f48e7541;p=pandora-kernel.git padata: Rename padata_alloc functions We rename padata_alloc to padata_alloc_possible because this function allocates a padata_instance and uses the cpu_possible mask for parallel and serial workers. Also we rename __padata_alloc to padata_alloc to avoid to export underlined functions. Underlined functions are considered to be private to padata. Users are updated accordingly. Signed-off-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed