workqueue: replace singlethread/freezable/rt parameters and variables with flags
authorJens Axboe <jens.axboe@oracle.com>
Thu, 20 Aug 2009 06:44:11 +0000 (08:44 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 24 Aug 2009 07:50:47 +0000 (09:50 +0200)
commit2fef7756cf2bcae79e9a62ce85f1300ab1147d42
treebfc88e8e74c1e146976917c7db58941f0f47ab5e
parent3edf2fb9d80a46d6c32ba12547a42419845b4b76
workqueue: replace singlethread/freezable/rt parameters and variables with flags

Collapse the three ints into a flags variable, in preparation for
adding another flag.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/workqueue.h
kernel/workqueue.c