commit | 9fcf03d0d6e845ed495fc8b1ec328b473ff298b3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 13 22:06:28 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:40 2012 -0400 |
tree | 0993aaa5e0b2dc25055b265b8aba9f5545c0f6a0 | |
parent | cd1ea261ac128479833b9f518bf788ee47ada2de [diff] |
aio: fix the comment in aio_kick_handler() It should've been changed when queue_work() became queue_delayed_work(..., 0) in there. It's always had been about not needing a delay, not about not using specific function... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>