]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[IPVS]: Cleanup IP_VS_DBG statements.
authorRoberto Nibali <ratz@drugphish.ch>
Tue, 3 Jan 2006 22:22:59 +0000 (14:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 22:22:59 +0000 (14:22 -0800)
commit4b5bdf5cc3695dc5caba011b9c616b40e6299638
tree898ccc98f7501c08cd8153621137045143775c7e
parentfd30333d0fab9e870af89e112454996c188655e9
[IPVS]: Cleanup IP_VS_DBG statements.

From: Roberto Nibali <ratz@drugphish.ch>

The attached patch (against current -GIT) is a cleanup patch which does
following:

o lookup debug messages shifted back to 9
o added more informational value to flags and refcnt since those
entries can be in multiple referenced structures
o cleanup 80 char violation

It's the prepatch to the session pool implementation and helps very much
to debug and monitor important variables and structures regarding the
threshold limitation and persistency without the thousands of lookup
messages which noone is interested in.

Signed-off-by: Horms <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipvs/ip_vs_conn.c
net/ipv4/ipvs/ip_vs_core.c
net/ipv4/ipvs/ip_vs_ctl.c
net/ipv4/ipvs/ip_vs_proto_tcp.c