From: Pavel Emelyanov Date: Fri, 19 Oct 2007 06:40:43 +0000 (-0700) Subject: Use task_pid_nr() in ip_vs_sync.c X-Git-Tag: v2.6.24-rc1~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6651fd561bc6fbc688542e9a5bf070c6485eebe8;p=pandora-kernel.git Use task_pid_nr() in ip_vs_sync.c The sync_master_pid and sync_backup_pid are set in set_sync_pid() and are used later for set/not-set checks and in printk. So it is safe to use the global pid value in this case. Signed-off-by: Pavel Emelyanov Acked-by: Sukadev Bhattiprolu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed