From: Dan Williams Date: Wed, 29 Jun 2011 16:45:48 +0000 (-0700) Subject: isci: fix scic_sds_remote_device_terminate_requests X-Git-Tag: v3.0-rc6~1^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76802ce6756d605fbd7a9a43c196e9a471b3e57c;p=pandora-kernel.git isci: fix scic_sds_remote_device_terminate_requests Commit 0815632 "isci: unify remote_device stop_handlers" introduced the possibility that not all requests get terminated if we reach the request_count. Now that we properly reference count devices we don't need this self-defense and can do the straightforward scan of all active requests. Reported-by: Jeff Skirvin Acked-by: Jeff Skirvin Signed-off-by: Dan Williams --- Reading git-diff-tree failed