From: Julian Anastasov Date: Tue, 24 Apr 2012 20:46:36 +0000 (+0300) Subject: ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest X-Git-Tag: v3.5-rc1~109^2~140^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06611f82cc0d8b957d6399f11f2799683ad002c3;p=pandora-kernel.git ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest As the IP_VS_CONN_F_INACTIVE bit is properly set in cp->flags for all kind of connections we do not need to add special checks for synced connections when updating the activeconns/inactconns counters for first time. Now logic will look just like in ip_vs_unbind_dest. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed