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)
commit6b8268b17a1ffc942bc72d7d00274e433d6b6719
treebd293facd4b805fc05588fcaf024e964a0bb1cca
parent0160950297c08f8233c89b9f9e7dd59cfb080809
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