commit | b81171cb6869111dbaf9fb642f4434514c21d696 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Feb 05 14:39:02 2016 -0500 |
committer | David Teigland <teigland@redhat.com> | Mon Feb 22 14:02:17 2016 -0600 |
tree | ee4a60628eae1e09006f50df50076b519f82306b | |
parent | 1a31833d085a339cf42573de0717209e8b2172e8 [diff] |
DLM: Save and restore socket callbacks properly This patch fixes the problems with patch b3a5bbfd7. 1. It removes a return statement from lowcomms_error_report because it needs to call the original error report in all paths through the function. 2. All socket callbacks are saved and restored, not just the sk_error_report, and that's done so with proper locking like sunrpc does. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>