qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH] nbd: Fix up comment after commit e140177


From: Paolo Bonzini
Subject: Re: [Qemu-block] [PATCH] nbd: Fix up comment after commit e140177
Date: Wed, 25 Mar 2015 11:36:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 25/03/2015 09:18, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  blockdev-nbd.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/blockdev-nbd.c b/blockdev-nbd.c
> index b29e456..85cda4c 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;
> 

Applied, thanks.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]