From: Mike Christie Date: Fri, 14 Jun 2013 09:56:11 +0000 (-0500) Subject: dlm: clear correct bit during sctp init failure handling X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~80^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b390ca38d27bd3d2f409e64a6f13d6ff67eb4825;p=pandora-kernel.git 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 Signed-off-by: David Teigland --- Reading git-diff-tree failed