Pavel Emelianov [xemul@openvz.org] wrote: | 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 <xemul@openvz.org> Acked-by: Sukadev Bhattiprolu <sukadev@us.ibm.com> | | --- | | diff --git a/net/ipv4/ipvs/ip_vs_sync.c b/net/ipv4/ipvs/ip_vs_sync.c | index 959c08d..d0798a5 100644 | --- a/net/ipv4/ipvs/ip_vs_sync.c | +++ b/net/ipv4/ipvs/ip_vs_sync.c | @@ -794,7 +794,7 @@ static int sync_thread(void *startup) | | add_wait_queue(&sync_wait, &wait); | | - set_sync_pid(state, current->pid); | + set_sync_pid(state, task_pid_nr(current)); | complete(tinfo->startup); | | /* -
| Jon Smirl | 463 kernel developers missing! |
| Nigel Cunningham | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Greg KH | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Jeff Garzik | Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series.. |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
