From: Hannes Reinecke Date: Mon, 11 Nov 2013 12:44:55 +0000 (+0100) Subject: [SCSI] Unlock accesses to eh_deadline X-Git-Tag: v3.14-rc1~131^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ad3e5956bf0bc8871ebd19ebda03f2287c966a;p=pandora-kernel.git [SCSI] Unlock accesses to eh_deadline 32bit accesses are guaranteed to be atomic, so we can remove the spinlock when checking for eh_deadline. We only need to make sure to catch any updates which might happened during the call to time_before(); if so we just recheck with the correct value. Signed-off-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed