From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:10 +0000 (+0200) Subject: workqueue: define masks for work flags and conditionalize STATIC flags X-Git-Tag: v2.6.36-rc1~506^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22df02bb3fab24af97bff4c69cc6fd8529fc66fe;p=pandora-kernel.git workqueue: define masks for work flags and conditionalize STATIC flags Work flags are about to see more traditional mask handling. Define WORK_STRUCT_*_BIT as the bit position constant and redefine WORK_STRUCT_* as bit masks. Also, make WORK_STRUCT_STATIC_* flags conditional While at it, re-define these constants as enums and use WORK_STRUCT_STATIC instead of hard-coding 2 in WORK_DATA_STATIC_INIT(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed