commit | b390ca38d27bd3d2f409e64a6f13d6ff67eb4825 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Fri Jun 14 04:56:11 2013 -0500 |
committer | David Teigland <teigland@redhat.com> | Fri Jun 14 13:07:11 2013 -0500 |
tree | 18628a77b6dd6bc456d66b10f36aa751481d5936 | |
parent | e1631d0c48ca5ba9878f5923ffe58ef6fd2d5fda [diff] |
dlm: clear correct bit during sctp init failure handling We should be testing and cleaing the init pending bit because later when sctp_init_assoc is recalled it will be checking that it is not set and set the bit. We do not want to touch CF_CONNECT_PENDING here because we will queue swork and process_send_sockets will then call the connect_action function. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: David Teigland <teigland@redhat.com>