commit | 63e6880918e75dcb92d60aff218a76e063a471ef | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Thu Jun 23 00:10:27 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Jun 23 09:45:34 2005 -0700 |
tree | 059a00899bdf96b255e2b60d6cf91968a9af485a | |
parent | 4452ea509e29df2f019bed2f7a1e0f5eea092b26 [diff] |
[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 <benjamin.c.lahaise@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>