]> git.ipfire.org Git - people/arne_f/kernel.git/commit
libceph: recheck con state after allocating incoming message
authorSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:19:45 +0000 (18:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:38:42 +0000 (11:38 -0800)
commit59238927cc8ea6c1e4a8a1136e17598648832db0
treeb2039951363d52164113f84a84823be816758e18
parent7389a76f02bf56340f26fa933b9fc6a1dece9148
libceph: recheck con state after allocating incoming message

(cherry picked from commit 6139919133377652992a5fe134e22abce3e9c25e)

We drop the lock when calling the ->alloc_msg() con op, which means
we need to (a) not clobber con->in_msg without the mutex held, and (b)
we need to verify that we are still in the OPEN state when we retake
it to avoid causing any mayhem.  If the state does change, -EAGAIN
will get us back to con_work() and loop.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/messenger.c