All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] AioContext: correct comments
@ 2016-07-15  9:44 Cao jin
  2016-07-15 12:57 ` [Qemu-devel] [Qemu-block] " Max Reitz
  0 siblings, 1 reply; 3+ messages in thread
From: Cao jin @ 2016-07-15  9:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Kevin Wolf, Max Reitz

Correct comments of field notify_me

Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 include/block/aio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/block/aio.h b/include/block/aio.h
index 0922b69..f89a1df 100644
--- a/include/block/aio.h
+++ b/include/block/aio.h
@@ -71,7 +71,7 @@ struct AioContext {
      * event_notifier_set necessary.
      *
      * Bit 0 is reserved for GSource usage of the AioContext, and is 1
-     * between a call to aio_ctx_check and the next call to aio_ctx_dispatch.
+     * between a call to aio_ctx_prepare and the next call to aio_ctx_check.
      * Bits 1-31 simply count the number of active calls to aio_poll
      * that are in the prepare or poll phase.
      *
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-block] [PATCH] AioContext: correct comments
  2016-07-15  9:44 [Qemu-devel] [PATCH] AioContext: correct comments Cao jin
@ 2016-07-15 12:57 ` Max Reitz
  2016-07-18  7:09   ` Fam Zheng
  0 siblings, 1 reply; 3+ messages in thread
From: Max Reitz @ 2016-07-15 12:57 UTC (permalink / raw)
  To: Cao jin, qemu-devel; +Cc: Kevin Wolf, qemu-block, Stefan Hajnoczi, Fam Zheng

[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]

On 15.07.2016 11:44, Cao jin wrote:
> Correct comments of field notify_me
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Max Reitz <mreitz@redhat.com>
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  include/block/aio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/block/aio.h b/include/block/aio.h
> index 0922b69..f89a1df 100644
> --- a/include/block/aio.h
> +++ b/include/block/aio.h
> @@ -71,7 +71,7 @@ struct AioContext {
>       * event_notifier_set necessary.
>       *
>       * Bit 0 is reserved for GSource usage of the AioContext, and is 1
> -     * between a call to aio_ctx_check and the next call to aio_ctx_dispatch.
> +     * between a call to aio_ctx_prepare and the next call to aio_ctx_check.
>       * Bits 1-31 simply count the number of active calls to aio_poll
>       * that are in the prepare or poll phase.
>       *

Reviewed-by: Max Reitz <mreitz@redhat.com>

CC-ing Stefan and Fam, since I think this file should actually be under
their maintainership (should we add it to MAINTAINERS?).

Max


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 498 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-block] [PATCH] AioContext: correct comments
  2016-07-15 12:57 ` [Qemu-devel] [Qemu-block] " Max Reitz
@ 2016-07-18  7:09   ` Fam Zheng
  0 siblings, 0 replies; 3+ messages in thread
From: Fam Zheng @ 2016-07-18  7:09 UTC (permalink / raw)
  To: Cao jin, Max Reitz; +Cc: qemu-devel, Kevin Wolf, qemu-block, Stefan Hajnoczi

On Fri, 07/15 14:57, Max Reitz wrote:
> On 15.07.2016 11:44, Cao jin wrote:
> > Correct comments of field notify_me
> > 
> > Cc: Kevin Wolf <kwolf@redhat.com>
> > Cc: Max Reitz <mreitz@redhat.com>
> > Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> > ---
> >  include/block/aio.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/include/block/aio.h b/include/block/aio.h
> > index 0922b69..f89a1df 100644
> > --- a/include/block/aio.h
> > +++ b/include/block/aio.h
> > @@ -71,7 +71,7 @@ struct AioContext {
> >       * event_notifier_set necessary.
> >       *
> >       * Bit 0 is reserved for GSource usage of the AioContext, and is 1
> > -     * between a call to aio_ctx_check and the next call to aio_ctx_dispatch.
> > +     * between a call to aio_ctx_prepare and the next call to aio_ctx_check.
> >       * Bits 1-31 simply count the number of active calls to aio_poll
> >       * that are in the prepare or poll phase.
> >       *

Reviewed-by: Fam Zheng <famz@redhat.com>

> 
> Reviewed-by: Max Reitz <mreitz@redhat.com>
> 
> CC-ing Stefan and Fam, since I think this file should actually be under
> their maintainership (should we add it to MAINTAINERS?).

Good idea, I'll send a patch for that. Thanks for bringing up.

Fam

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-18  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15  9:44 [Qemu-devel] [PATCH] AioContext: correct comments Cao jin
2016-07-15 12:57 ` [Qemu-devel] [Qemu-block] " Max Reitz
2016-07-18  7:09   ` Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.