]> git.baikalelectronics.ru Git - kernel.git/commit
SLOW_WORK: Add delayed_slow_work support
authorJens Axboe <jens.axboe@oracle.com>
Thu, 19 Nov 2009 18:10:47 +0000 (18:10 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 19 Nov 2009 18:10:47 +0000 (18:10 +0000)
commit9d2bb5889d4f1fd94af88e80f91d626ac5f66cde
treebd293facd4b805fc05588fcaf024e964a0bb1cca
parent1dfade25a7ffb8794d93cbe138977fa866c16eac
SLOW_WORK: Add delayed_slow_work support

This adds support for starting slow work with a delay, similar
to the functionality we have for workqueues.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Documentation/slow-work.txt
include/linux/slow-work.h
kernel/slow-work.c