diff options
author | Hans Schillstrom <hans@schillstrom.com> | 2011-05-03 22:09:30 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-05-09 07:05:35 +0900 |
commit | 421eab4cf318ce47c1daae391e54d1b427c6687b (patch) | |
tree | 5ed32af231cb56ae82924778a23a465be08af5ce /drivers/video/pxafb.c | |
parent | e31b2b228439eee23b8ccc186d3c0e77bd69123b (diff) | |
download | kernel_goldelico_gta04-421eab4cf318ce47c1daae391e54d1b427c6687b.zip kernel_goldelico_gta04-421eab4cf318ce47c1daae391e54d1b427c6687b.tar.gz kernel_goldelico_gta04-421eab4cf318ce47c1daae391e54d1b427c6687b.tar.bz2 |
IPVS: Change of socket usage to enable name space exit.
If the sync daemons run in a name space while it crashes
or get killed, there is no way to stop them except for a reboot.
When all patches are there, ip_vs_core will handle register_pernet_(),
i.e. ip_vs_sync_init() and ip_vs_sync_cleanup() will be removed.
Kernel threads should not increment the use count of a socket.
By calling sk_change_net() after creating a socket this is avoided.
sock_release cant be used intead sk_release_kernel() should be used.
Thanks Eric W Biederman for your advices.
Signed-off-by: Hans Schillstrom <hans@schillstrom.com>
[horms@verge.net.au: minor edit to changelog]
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'drivers/video/pxafb.c')
0 files changed, 0 insertions, 0 deletions