lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <x49r41d7b38.fsf@segfault.boston.devel.redhat.com> Date: Tue, 22 Jul 2014 09:54:35 -0400 From: Jeff Moyer <jmoyer@...hat.com> To: Gu Zheng <guz.fnst@...fujitsu.com> Cc: bcrl@...ck.org, axboe@...nel.dk, akpm@...ux-foundation.org, linux-aio@...ck.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 3/4] aio: fix some comments Gu Zheng <guz.fnst@...fujitsu.com> writes: > Signed-off-by: Gu Zheng <guz.fnst@...fujitsu.com> Reviewed-by: Jeff Moyer <jmoyer@...hat.com> > --- > fs/aio.c | 7 +++---- > 1 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/fs/aio.c b/fs/aio.c > index 1dc6158..0cd0479 100644 > --- a/fs/aio.c > +++ b/fs/aio.c > @@ -1037,7 +1037,7 @@ void aio_complete(struct kiocb *iocb, long res, long res2) > } > 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 > * events fetched > */ > @@ -1289,9 +1289,8 @@ static ssize_t aio_setup_single_vector(struct kiocb *kiocb, > } > > /* > - * aio_setup_iocb: > - * Performs the initial checks and aio retry method > - * setup for the kiocb at the time of io submission. > + * aio_run_iocb: > + * Performs the initial checks and io submission. > */ > static ssize_t aio_run_iocb(struct kiocb *req, unsigned opcode, > char __user *buf, bool compat) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists