From: Pablo Neira Ayuso Date: Tue, 8 May 2012 07:28:19 +0000 (+0200) Subject: ipvs: optimize the use of flags in ip_vs_bind_dest X-Git-Tag: v3.5-rc1~109^2~140^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b324dbfc3dc13f0a7e236d3529c31d6bc4edbfe;p=pandora-kernel.git ipvs: optimize the use of flags in ip_vs_bind_dest cp->flags is marked volatile but ip_vs_bind_dest can safely modify the flags, so save some CPU cycles by using temp variable. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed