ceph: separate banner and connect during handshake into distinct stages
authorSage Weil <sage@newdream.net>
Tue, 10 Nov 2009 22:34:36 +0000 (14:34 -0800)
committerSage Weil <sage@newdream.net>
Tue, 10 Nov 2009 22:34:48 +0000 (14:34 -0800)
We need to make sure we only swab the address during the banner once.  So
break process_banner out of process_connect, and clean up the surrounding
code so that these are distinct phases of the handshake.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found