Commit 2be4e7de authored by Gu Zheng's avatar Gu Zheng Committed by Benjamin LaHaise

aio: fix some comments

The function comments of aio_run_iocb and aio_read_events are out of date, so
fix them here.
Reviewed-by: default avatarJeff Moyer <jmoyer@redhat.com>
Signed-off-by: default avatarGu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: default avatarBenjamin LaHaise <bcrl@kvack.org>
parent 8dc4379e
...@@ -1020,7 +1020,7 @@ void aio_complete(struct kiocb *iocb, long res, long res2) ...@@ -1020,7 +1020,7 @@ void aio_complete(struct kiocb *iocb, long res, long res2)
} }
EXPORT_SYMBOL(aio_complete); EXPORT_SYMBOL(aio_complete);
/* aio_read_events /* aio_read_events_ring
* Pull an event off of the ioctx's event ring. Returns the number of * Pull an event off of the ioctx's event ring. Returns the number of
* events fetched * events fetched
*/ */
...@@ -1272,9 +1272,8 @@ static ssize_t aio_setup_single_vector(struct kiocb *kiocb, ...@@ -1272,9 +1272,8 @@ static ssize_t aio_setup_single_vector(struct kiocb *kiocb,
} }
/* /*
* aio_setup_iocb: * aio_run_iocb:
* Performs the initial checks and aio retry method * Performs the initial checks and io submission.
* setup for the kiocb at the time of io submission.
*/ */
static ssize_t aio_run_iocb(struct kiocb *req, unsigned opcode, static ssize_t aio_run_iocb(struct kiocb *req, unsigned opcode,
char __user *buf, bool compat) char __user *buf, bool compat)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment