Bob Peterson 3735b4b9f1 dlm: don't save callbacks after accept
When DLM calls accept() on a socket, the comm code copies the sk
after we've saved its callbacks. Afterward, it calls add_sock which
saves the callbacks a second time. Since the error reporting function
lowcomms_error_report calls the previous callback too, this results
in a recursive call to itself. This patch adds a new parameter to
function add_sock to tell whether to save the callbacks. Function
tcp_accept_from_sock (and its sctp counterpart) then calls it with
false to avoid the recursion.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
2016-10-19 11:00:03 -05:00
..
2014-02-14 11:54:44 -06:00
2011-07-15 12:30:43 -05:00
2016-06-21 09:04:24 -05:00
2014-02-14 11:54:44 -06:00
2012-07-16 14:16:19 -05:00
2012-11-01 15:27:24 -05:00
2014-11-19 14:48:02 -06:00
2014-11-19 14:48:02 -06:00
2008-04-21 11:22:28 -05:00
2014-02-14 11:54:44 -06:00
2012-01-04 08:56:31 -06:00
2011-07-12 16:02:09 -05:00
2008-12-23 10:15:40 -06:00
2016-10-19 11:00:03 -05:00
2015-11-05 11:15:25 -08:00
2012-07-16 14:16:19 -05:00
2014-02-14 11:54:44 -06:00
2014-02-14 11:54:44 -06:00
2012-08-08 11:33:49 -05:00
2012-05-02 14:15:27 -05:00
2011-03-10 10:40:00 -06:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00