git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c723fda
)
workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
author
Tejun Heo
<tj@kernel.org>
Tue, 25 Jan 2011 13:35:54 +0000
(14:35 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 25 Jan 2011 13:35:54 +0000
(14:35 +0100)
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>
No differences found