From: Tejun Heo Date: Mon, 24 Jan 2011 13:57:28 +0000 (+0100) Subject: [SCSI] remove flush_scheduled_work() usages X-Git-Tag: v2.6.39-rc1~440^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a684b8da35a429a246ec2a91e2742bdff5209709;p=pandora-kernel.git [SCSI] remove flush_scheduled_work() usages Simple conversions to drop flush_scheduled_work() usages in drivers/scsi. More involved ones will be done in separate patches. * NCR5380, megaraid_sas: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync(). * mpt2sas_scsih: drop unnecessary flush_scheduled_work(). * arcmsr_hba, ipr, pmcraid: flush the used work explicitly instead of using flush_scheduled_work(). Signed-off-by: Tejun Heo Signed-off-by: James Bottomley --- Reading git-diff-tree failed