]> git.baikalelectronics.ru Git - kernel.git/commit
aio: fix the comment in aio_kick_handler()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 14 Mar 2012 02:06:28 +0000 (22:06 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:40 +0000 (21:29 -0400)
commit70e6ad2d36d018f867e9dd2f466c1cf4886e1f87
tree0993aaa5e0b2dc25055b265b8aba9f5545c0f6a0
parent9d753f8b0f6407d3569d39ba8cde998881c745d4
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>
fs/aio.c