diff options
| author | Markus Armbruster | 2015-03-25 09:18:48 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2015-03-25 13:38:07 +0100 |
| commit | 78fa62ff1bc0d66f0115b7147c4eb260ad22022a (patch) | |
| tree | 94d4553c8aee54951a9f62d4ecfcc1164651098e | |
| parent | vmw_pvscsi: use PCI DMA APIs (diff) | |
| download | qemu-78fa62ff1bc0d66f0115b7147c4eb260ad22022a.tar.gz qemu-78fa62ff1bc0d66f0115b7147c4eb260ad22022a.tar.xz qemu-78fa62ff1bc0d66f0115b7147c4eb260ad22022a.zip | |
nbd: Fix up comment after commit e140177
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1427271528-11624-1-git-send-email-armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | blockdev-nbd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/blockdev-nbd.c b/blockdev-nbd.c index b29e456f1f..85cda4cfa7 100644 --- a/blockdev-nbd.c +++ b/blockdev-nbd.c @@ -47,8 +47,9 @@ void qmp_nbd_server_start(SocketAddress *addr, Error **errp) } } -/* Hook into the BlockDriverState notifiers to close the export when - * the file is closed. +/* + * Hook into the BlockBackend notifiers to close the export when the + * backend is closed. */ typedef struct NBDCloseNotifier { Notifier n; |
