From 9fcf03d0d6e845ed495fc8b1ec328b473ff298b3 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 13 Mar 2012 22:06:28 -0400 Subject: [PATCH] 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-format-patch failed