From: Steffen Klassert Date: Tue, 27 Jul 2010 05:19:27 +0000 (+0200) Subject: padata: Remove padata_get_cpumask X-Git-Tag: v2.6.36-rc1~568^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0500e9b3f11ce84fc6ee48a3e29909145e58ba48;p=pandora-kernel.git padata: Remove padata_get_cpumask A function that copies the padata cpumasks to a user buffer is a bit error prone. The cpumask can change any time so we can't be sure to have the right cpumask when using this function. A user who is interested in the padata cpumasks should register to the padata cpumask notifier chain instead. Users of padata_get_cpumask are already updated, so we can remove it. Signed-off-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed