libceph: get rid of more_kvec in try_write()
authorIlya Dryomov <idryomov@gmail.com>
Wed, 25 Apr 2018 10:17:13 +0000 (12:17 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 4 Jun 2018 18:45:55 +0000 (20:45 +0200)
commitd2935d6f758fa72290ed30bd7482675e04715b6f
tree633139f51d26b129a7586df7ecee7134737b6b56
parentfe943d50425b6646606f8ef1ef8b8d4975fdbee2
libceph: get rid of more_kvec in try_write()

All gotos to "more" are conditioned on con->state == OPEN, but the only
thing "more" does is opening the socket if con->state == PREOPEN.  Kill
that label and rename "more_kvec" to "more".

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
net/ceph/messenger.c