]> bbs.cooldavid.org Git - net-next-2.6.git/commit
X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE state
authorRobin Holt <holt@sgi.com>
Wed, 16 Dec 2009 00:47:58 +0000 (16:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:14 +0000 (07:20 -0800)
commitdbd2918ec65c35f36bb102c88eafe87be0552f6f
tree97763c2f9c6b2938e209911a89690794c290f22b
parent15b87d67ff3dc042bee42f991858d6b121b3b3ca
X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE state

Many times while the initial connection is being made, the contacted
partition will send back both the ACTIVATING and the ACTIVE
remote_act_state changes in very close succescion.  The 1/4 second delay
in the make first contact loop is large enough to nearly always miss the
ACTIVATING state change.

Since either state indicates the remote partition has acknowledged our
state change, accept either.

Signed-off-by: Robin Holt <holt@sgi.com>
Cc: Jack Steiner <steiner@sgi.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/sgi-xp/xpc_uv.c