From: Benjamin LaHaise Date: Thu, 23 Jun 2005 07:10:27 +0000 (-0700) Subject: [PATCH] aio: fix do_sync_(read|write) to properly handle aio retries X-Git-Tag: v2.6.13-rc1~68^2~395 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e6880918e75dcb92d60aff218a76e063a471ef;p=pandora-kernel.git [PATCH] aio: fix do_sync_(read|write) to properly handle aio retries When do_sync_(read|write) encounters an aio method that makes use of the retry mechanism, they fail to correctly retry the operation. This fixes that by adding the appropriate sleep and retry mechanism. Signed-off-by: Benjamin LaHaise Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed