OSDN Git Service

block/nbd-client: rename nbd_recv_coroutines_enter_all
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 4 Aug 2017 15:14:31 +0000 (18:14 +0300)
committerEric Blake <eblake@redhat.com>
Wed, 30 Aug 2017 18:00:38 +0000 (13:00 -0500)
commit07b1b99c78e4b9479922fbe2d05a87ef810e6b7e
treed8992a0d51877ec0342dfe8c175fec8efa9528fa
parent6faa077772db366e5d2198ec0a14a50d0ccde1c6
block/nbd-client: rename nbd_recv_coroutines_enter_all

Rename nbd_recv_coroutines_enter_all to nbd_recv_coroutines_wake_all,
as it most probably just adds all recv coroutines into co_queue_wakeup,
rather than directly enter them.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20170804151440.320927-9-vsementsov@virtuozzo.com>
[eblake: tweak commit message]
Signed-off-by: Eric Blake <eblake@redhat.com>
block/nbd-client.c