Add macros to replace direct uses of TASK_ flags
authorMatthew Wilcox <matthew@wil.cx>
Thu, 6 Dec 2007 15:55:25 +0000 (10:55 -0500)
committerMatthew Wilcox <willy@linux.intel.com>
Thu, 6 Dec 2007 22:07:29 +0000 (17:07 -0500)
With the changes to support TASK_KILLABLE, ->state becomes a bitmask, and
moving these tests to convenience macros will fix all the users.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>

No differences found