[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [RFC PATCH v2 8/9] block/file-posix: extends to use wit
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-block] [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?
signature.asc
Description: PGP signature
- [Qemu-block] [RFC PATCH v2 4/9] stubs: add aio interface stubs for io_uring, (continued)
- [Qemu-block] [RFC PATCH v2 4/9] stubs: add aio interface stubs for io_uring, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 3/9] include/block: declare interfaces for io_uring, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 2/9] block/block: add BDRV flag for io_uring, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 1/9] qapi/block-core: add option for io_uring, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 8/9] block/file-posix: extends to use with io_uring, Aarushi Mehta, 2019/05/24
- Re: [Qemu-block] [RFC PATCH v2 8/9] block/file-posix: extends to use with io_uring,
Stefan Hajnoczi <=
- [Qemu-block] [RFC PATCH v2 9/9] configure: permit use of io_uring, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 7/9] blockdev: accept io_uring as option, Aarushi Mehta, 2019/05/24
- [Qemu-block] [RFC PATCH v2 6/9] block/io_uring: implements interfaces for io_uring, Aarushi Mehta, 2019/05/24