diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_sync.c b/net/ipv4/ipvs/ip_vs_sync.c index 6ab57d72b615..91a075edd68e 100644 --- a/net/ipv4/ipvs/ip_vs_sync.c +++ b/net/ipv4/ipvs/ip_vs_sync.c | |||
@@ -836,7 +836,7 @@ static int fork_sync_thread(void *startup) | |||
836 | 836 | ||
837 | int start_sync_thread(int state, char *mcast_ifn, __u8 syncid) | 837 | int start_sync_thread(int state, char *mcast_ifn, __u8 syncid) |
838 | { | 838 | { |
839 | DECLARE_COMPLETION(startup); | 839 | DECLARE_COMPLETION_ONSTACK(startup); |
840 | pid_t pid; | 840 | pid_t pid; |
841 | 841 | ||
842 | if ((state == IP_VS_STATE_MASTER && sync_master_pid) || | 842 | if ((state == IP_VS_STATE_MASTER && sync_master_pid) || |