From: Tejun Heo Date: Mon, 20 Aug 2012 21:51:24 +0000 (-0700) Subject: workqueue: deprecate system_nrt[_freezable]_wq X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b07e9ca26866697616097044f25fbe53dbab693;p=pandora-kernel.git workqueue: deprecate system_nrt[_freezable]_wq system_nrt[_freezable]_wq are now spurious. Mark them deprecated and convert all users to system[_freezable]_wq. If you're cc'd and wondering what's going on: Now all workqueues are non-reentrant, so there's no reason to use system_nrt[_freezable]_wq. Please use system[_freezable]_wq instead. This patch doesn't make any functional difference. Signed-off-by: Tejun Heo Acked-By: Lai Jiangshan Cc: Jens Axboe Cc: David Airlie Cc: Jiri Kosina Cc: "David S. Miller" Cc: Rusty Russell Cc: "Paul E. McKenney" Cc: David Howells --- Reading git-diff-tree failed