projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc40f2
)
nbd: Fix up comment after commit e140177
author
Markus Armbruster
<armbru@redhat.com>
Wed, 25 Mar 2015 08:18:48 +0000
(09:18 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 25 Mar 2015 12:38:07 +0000
(13:38 +0100)
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>
blockdev-nbd.c
patch
|
blob
|
history
diff --git
a/blockdev-nbd.c
b/blockdev-nbd.c
index b29e456f1fec317e087540cd448f9bf794ce4087..85cda4cfa705fda9ccb5cb723e125b33a0867e03 100644
(file)
--- 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;