From: Lalit Chandivade Date: Wed, 18 May 2011 06:17:09 +0000 (-0700) Subject: [SCSI] qla4xxx: Remove AF_DPC_SCHEDULED flag from ha. X-Git-Tag: v3.0-rc1~33^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b46807e0bc6160449ce04a207fa98a694bc443c;p=pandora-kernel.git [SCSI] qla4xxx: Remove AF_DPC_SCHEDULED flag from ha. Since queue_work does not requeue, there is no need to check if a work is in progress using the AF_DPC_SCHEDULED flag. queue_work would return if work is pending without adding the work, do_dpc would again get invoked from qla4xxx_timer if there is still DPC flags set. Signed-off-by: Lalit Chandivade Signed-off-by: Vikas Chaudhary Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed