Loading block/nbd-client.h +0 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,6 @@ typedef struct NBDClientSession { Coroutine *recv_coroutine[MAX_NBD_REQUESTS]; NBDReply reply; bool is_unix; } NBDClientSession; NBDClientSession *nbd_get_client_session(BlockDriverState *bs); Loading block/nbd.c +0 −2 Original line number Diff line number Diff line Loading @@ -285,8 +285,6 @@ static SocketAddress *nbd_config(BDRVNBDState *s, QDict *options, Error **errp) goto done; } s->client.is_unix = saddr->type == SOCKET_ADDRESS_KIND_UNIX; done: QDECREF(addr); qobject_decref(crumpled_addr); Loading Loading
block/nbd-client.h +0 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,6 @@ typedef struct NBDClientSession { Coroutine *recv_coroutine[MAX_NBD_REQUESTS]; NBDReply reply; bool is_unix; } NBDClientSession; NBDClientSession *nbd_get_client_session(BlockDriverState *bs); Loading
block/nbd.c +0 −2 Original line number Diff line number Diff line Loading @@ -285,8 +285,6 @@ static SocketAddress *nbd_config(BDRVNBDState *s, QDict *options, Error **errp) goto done; } s->client.is_unix = saddr->type == SOCKET_ADDRESS_KIND_UNIX; done: QDECREF(addr); qobject_decref(crumpled_addr); Loading