On Wed, May 22, 2019 at 05:22:09AM +0530, Aarushi Mehta wrote:
> #ifdef CONFIG_LINUX_AIO
> -/* State for native Linux AIO. Uses aio_context_acquire/release for
> +/*
> + * State for native Linux AIO. Uses aio_context_acquire/release for
> * locking.
> */
> struct Lin
Signed-off-by: Aarushi Mehta
---
include/block/aio.h | 16 +++-
include/block/raw-aio.h | 15 +++
2 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/include/block/aio.h b/include/block/aio.h
index 0ca25dfec6..2f9acbcd7d 100644
--- a/include/block/aio.h
+++