From: Hans Schillstrom Date: Sun, 15 May 2011 15:20:29 +0000 (+0200) Subject: IPVS: fix netns if reading ip_vs_* procfs entries X-Git-Tag: v2.6.39~15^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f08190fe8af3cdb6ba19690eb0fa253ecef4bde;p=pandora-kernel.git IPVS: fix netns if reading ip_vs_* procfs entries Without this patch every access to ip_vs in procfs will increase the netns count i.e. an unbalanced get_net()/put_net(). (ipvsadm commands also use procfs.) The result is you can't exit a netns if reading ip_vs_* procfs entries. Signed-off-by: Hans Schillstrom Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed