From: Steven Rostedt Date: Thu, 4 Dec 2008 05:26:39 +0000 (-0500) Subject: pid: fix the do_each_pid_task() macro X-Git-Tag: v2.6.29-rc1~586^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef6476190d24419a9a537baa0b5641845136989;p=pandora-kernel.git pid: fix the do_each_pid_task() macro Impact: macro side-effects fix This patch adds parenthesis around 'pid' in the do_each_pid_task macro to allow callers to pass in more complex parameters. e.g. do_each_pid_task(*pid, type, task) Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed