]> git.baikalelectronics.ru Git - kernel.git/commit
aio: fix io_getevents documentation
authorJeff Moyer <jmoyer@redhat.com>
Fri, 24 May 2013 22:55:24 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 23:22:52 +0000 (16:22 -0700)
commitd35a7b8edbf6f613f9ca0cbe9c4003d2b37aa099
treeb9e72184459c6194ab7339f67edaa69c985a9496
parent66dbfa117ac6ce229cb9700e5b943a8567976a48
aio: fix io_getevents documentation

In reviewing man pages, I noticed that io_getevents is documented to
update the timeout that gets passed into the library call.  This doesn't
happen in kernel space or in the library (even though it's documented to
do so in both places).  Unless there is objection, I'd like to fix the
comments/docs to match the code (I will also update the man page upon
consensus).

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/aio.c