workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
commitada609ee2ac2e03bd8abb07f9b3e92cd2e650f19
authorTejun Heo <tj@kernel.org>
Tue, 25 Jan 2011 13:35:54 +0000 (25 14:35 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 25 Jan 2011 13:35:54 +0000 (25 14:35 +0100)
treeccc1051a961b12448420428b5a400a6333d3e821
parentc723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER

WQ_RESCUER is now an internal flag and should only be used in the
workqueue implementation proper.  Use WQ_MEM_RECLAIM instead.

This doesn't introduce any functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: dm-devel@redhat.com
Cc: Neil Brown <neilb@suse.de>
drivers/md/md.c
fs/nfs/inode.c
net/sunrpc/sched.c