commit | ada609ee2ac2e03bd8abb07f9b3e92cd2e650f19 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jan 25 14:35:54 2011 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 25 14:35:54 2011 +0100 |
tree | ccc1051a961b12448420428b5a400a6333d3e821 | |
parent | c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 [diff] |
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>