qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 8/9] block/file-posix: extends to use wit


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC PATCH v2 8/9] block/file-posix: extends to use with io_uring
Date: Fri, 24 May 2019 17:19:16 +0100
User-agent: Mutt/1.11.4 (2019-03-13)

On Fri, May 24, 2019 at 07:33:36PM +0530, Aarushi Mehta wrote:
> @@ -557,7 +559,9 @@ static int raw_open_common(BlockDriverState *bs, QDict 
> *options,
>      s->shared_perm = BLK_PERM_ALL;
> 
>  #ifdef CONFIG_LINUX_AIO
> -     /* Currently Linux does AIO only for files opened with O_DIRECT */
> +     /*
> +      * Currently Linux does AIO only for files opened with O_DIRECT
> +      */
>      if (s->use_linux_aio) {

The comment's indentation looks off.  Is it 4 spaces?

Attachment: signature.asc
Description: PGP signature


reply via email to

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