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: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>

authored by Gu Zheng and committed by Benjamin LaHaise 2be4e7de 8dc4379e

+3 -4
+3 -4
fs/aio.c
··· 1020 1020 } 1021 1021 EXPORT_SYMBOL(aio_complete); 1022 1022 1023 - /* aio_read_events 1023 + /* aio_read_events_ring 1024 1024 * Pull an event off of the ioctx's event ring. Returns the number of 1025 1025 * events fetched 1026 1026 */ ··· 1272 1272 } 1273 1273 1274 1274 /* 1275 - * aio_setup_iocb: 1276 - * Performs the initial checks and aio retry method 1277 - * setup for the kiocb at the time of io submission. 1275 + * aio_run_iocb: 1276 + * Performs the initial checks and io submission. 1278 1277 */ 1279 1278 static ssize_t aio_run_iocb(struct kiocb *req, unsigned opcode, 1280 1279 char __user *buf, bool compat)