3.12-stable review patch. If anyone has any objections, please let me know.
=============== This reverts commit 0e2e24e5dc6eb6f0698e9dc97e652f132b885624, which was applied twice mistakenly. The first one is bee3f7b8188d4b2a5dfaeb2eb4a68d99f67daecf. Reported-by: Gu Zheng <guz.f...@cn.fujitsu.com> Signed-off-by: Jiri Slaby <jsl...@suse.cz> Cc: Benjamin LaHaise <b...@kvack.org> Cc: Mateusz Guzik <mgu...@redhat.com> Cc: Petr Matousek <pmato...@redhat.com> Cc: Kent Overstreet <k...@daterainc.com> Cc: Jeff Moyer <jmo...@redhat.com> --- fs/aio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/aio.c b/fs/aio.c index 0abde33de70e..e609e15f36b9 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -1066,9 +1066,6 @@ static long aio_read_events_ring(struct kioctx *ctx, head %= ctx->nr_events; tail %= ctx->nr_events; - head %= ctx->nr_events; - tail %= ctx->nr_events; - while (ret < nr) { long avail; struct io_event *ev; -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/