Skip to content
Commit 6b324dbf authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

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: default avatarJulian Anastasov <ja@ssi.bg>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent f73181c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment