commit | 19633c7e204b99fe9b952c70b712778b24a8d137 | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Nov 02 20:04:20 2020 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Nov 10 12:14:20 2020 -0600 |
tree | eb2aa533a6c92ca44730829f4c04944f0dda4831 | |
parent | 53a5edaa05c1073e47668f167ec9788383c780e1 [diff] |
fs: dlm: handle non blocked connect event The manpage of connect shows that in non blocked mode a writeability indicates successful connection event. This patch is handling this event inside the writeability callback. In case of SCTP we use blocking connect functionality which indicates a successful connect when the function returns with a successful return value. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>