connection: split kdbus_conn_wait_reply() off kdbus_conn_kmsg_send()
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 20 Oct 2014 12:51:51 +0000 (14:51 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 20 Oct 2014 12:51:51 +0000 (14:51 +0200)
commit58b0dc305d25f0c18a5f4199c740b8ae550f4294
tree156df5727998b7e773f5b88ea776428ed7841403
parent908c64baa9500532bf9dadd463f2d12b53a20005
connection: split kdbus_conn_wait_reply() off kdbus_conn_kmsg_send()

Move the helper to wait synchronously for a reply into
kdbus_conn_wait_reply(). This reduces the size of kdbus_conn_kmsg_send()
further and makes it much easier to review.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c