Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lockd: unregister notifier blocks if the service fails to come up com…
…pletely 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 <[email protected]> Cc: [email protected] Fixes: 0751ddf "lockd: Register callbacks on the inetaddr_chain..." Signed-off-by: J. Bruce Fields <[email protected]>
- Loading branch information