diff options
author | Scott Mayhew <smayhew@redhat.com> | 2016-06-30 10:39:32 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-06-30 16:35:07 -0400 |
commit | cb7d224f82e41d82518e7f9ea271d215d4d08e6e (patch) | |
tree | 6fe7e8fe627d4edb00a6587b96f20329f5b7df2c /Documentation | |
parent | 4c2e07c6a29e0129e975727b9f57eede813eea85 (diff) |
lockd: unregister notifier blocks if the service fails to come up completely
If the lockd service fails to start up then we need to be sure that the
notifier blocks are not registered, otherwise a subsequent start of the
service could cause the same notifier to be registered twice, leading to
soft lockups.
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Cc: stable@vger.kernel.org
Fixes: 0751ddf77b6a "lockd: Register callbacks on the inetaddr_chain..."
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'Documentation')