From: Al Viro Date: Wed, 14 Mar 2012 02:06:28 +0000 (-0400) Subject: aio: fix the comment in aio_kick_handler() X-Git-Tag: v3.4-rc1~163^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcf03d0d6e845ed495fc8b1ec328b473ff298b3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed