nbd: drop unused NBDClientSession.is_unix field
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20170327123223.1199-1-stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
12f8def0e0
commit
e4548bb640
@ -30,8 +30,6 @@ typedef struct NBDClientSession {
|
|||||||
|
|
||||||
Coroutine *recv_coroutine[MAX_NBD_REQUESTS];
|
Coroutine *recv_coroutine[MAX_NBD_REQUESTS];
|
||||||
NBDReply reply;
|
NBDReply reply;
|
||||||
|
|
||||||
bool is_unix;
|
|
||||||
} NBDClientSession;
|
} NBDClientSession;
|
||||||
|
|
||||||
NBDClientSession *nbd_get_client_session(BlockDriverState *bs);
|
NBDClientSession *nbd_get_client_session(BlockDriverState *bs);
|
||||||
|
@ -285,8 +285,6 @@ static SocketAddress *nbd_config(BDRVNBDState *s, QDict *options, Error **errp)
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
s->client.is_unix = saddr->type == SOCKET_ADDRESS_KIND_UNIX;
|
|
||||||
|
|
||||||
done:
|
done:
|
||||||
QDECREF(addr);
|
QDECREF(addr);
|
||||||
qobject_decref(crumpled_addr);
|
qobject_decref(crumpled_addr);
|
||||||
|
Loading…
Reference in New Issue
Block a user