From: Tejun Heo Date: Tue, 1 Feb 2011 10:42:42 +0000 (+0100) Subject: ocfs2: use system_wq instead of ocfs2_quota_wq X-Git-Tag: v2.6.39-rc1~492^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316873c958eee302952edcadb8dc72d6d3d19d3c;p=pandora-kernel.git ocfs2: use system_wq instead of ocfs2_quota_wq ocfs2_quota_wq is not depended upon during memory reclaim and, with cmwq, there's no reason to use a dedicated workqueue. Drop ocfs2_quota_wq and use system_wq instead. dqi_sync_work is already sync canceled on quota disable and no further synchronization is necessary. This change makes ocfs2_quota_setup/shutdown() noops. Both functions removed. Signed-off-by: Tejun Heo Cc: Mark Fasheh Cc: Joel Becker --- Reading git-diff-tree failed