commit | 644d3a088a3b862ed0b57c286cf58a6bd338ce08 | [log] [tgz] |
---|---|---|
author | Ken Chen <kenneth.w.chen@intel.com> | Sun May 01 08:59:15 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:59:15 2005 -0700 |
tree | f5373e9265c7518a29a92a97510fdc5993855661 | |
parent | 4bf69b2a06090c01c27f25ea5cd1440f7bf9256f [diff] |
[PATCH] aio: clean up debug code Clean up code that was previously used for debug purpose. Remove aio_run, aio_wakeups, iocb->ki_queued and iocb->ki_kicked. Also clean up unused variable count in __aio_run_iocbs() and debug code in read_events(). Signed-off-by: Ken Chen <kenneth.w.chen@intel.com> Cc: Benjamin LaHaise <bcrl@kvack.org> Cc: Suparna Bhattacharya <suparna@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>