All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org, mreitz@redhat.com
Subject: Re: [Qemu-devel] [PATCH 1/1] block-backend: simplify blk_get_aio_context
Date: Mon, 9 Apr 2018 12:27:01 +0200	[thread overview]
Message-ID: <20180409102701.GE5294@localhost.localdomain> (raw)
In-Reply-To: <20180327130846.21902-1-danielhb@linux.vnet.ibm.com>

Am 27.03.2018 um 15:08 hat Daniel Henrique Barboza geschrieben:
> blk_get_aio_context verifies if BlockDriverState bs is not NULL,
> return bdrv_get_aio_context(bs) if true or qemu_get_aio_context()
> otherwise. However, bdrv_get_aio_context from block.c already does
> this verification itself, also returning qemu_get_aio_context()
> if bs is NULL:
> 
> AioContext *bdrv_get_aio_context(BlockDriverState *bs)
> {
>     return bs ? bs->aio_context : qemu_get_aio_context();
> }
> 
> This patch simplifies blk_get_aio_context to simply call
> bdrv_get_aio_context instead of replicating the same logic.
> 
> Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>

Thanks, applied to the block-next branch.

Kevin

      parent reply	other threads:[~2018-04-09 10:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 13:08 [Qemu-devel] [PATCH 1/1] block-backend: simplify blk_get_aio_context Daniel Henrique Barboza
2018-03-27 13:24 ` Darren Kenny
2018-04-04 19:54 ` Daniel Henrique Barboza
2018-04-09 10:27 ` Kevin Wolf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180409102701.GE5294@localhost.localdomain \
    --to=kwolf@redhat.com \
    --cc=danielhb@linux.vnet.ibm.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.