From: Cheng Renquan Date: Wed, 3 Dec 2008 11:41:39 +0000 (+0100) Subject: block: use cancel_work_sync() instead of kblockd_flush_work() X-Git-Tag: v2.6.29-rc1~569^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d01dc9e1927e6535627d73f2336c75d1dd3fe2;p=pandora-kernel.git block: use cancel_work_sync() instead of kblockd_flush_work() After many improvements on kblockd_flush_work, it is now identical to cancel_work_sync, so a direct call to cancel_work_sync is suggested. The only difference is that cancel_work_sync is a GPL symbol, so no non-GPL modules anymore. Signed-off-by: Cheng Renquan Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-diff-tree failed