summaryrefslogtreecommitdiff
path: root/sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer1-0/+18
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-0/+10
2013-06-14sock: Check return value of setsockopt() in set_tcp_nodelay()Tobias Klauser1-2/+5
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+176
lass='commit-info'> authorScott Mayhew <smayhew@redhat.com>2016-06-30 10:39:32 -0400 committerJ. Bruce Fields <bfields@redhat.com>2016-06-30 16:35:07 -0400 commitcb7d224f82e41d82518e7f9ea271d215d4d08e6e (patch) tree6fe7e8fe627d4edb00a6587b96f20329f5b7df2c /Documentation/.gitignore parent4c2e07c6a29e0129e975727b9f57eede813eea85 (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/.gitignore')