From: Mike Miller Date: Tue, 13 Sep 2005 08:25:22 +0000 (-0700) Subject: [PATCH] cciss: direct lookup for command completions X-Git-Tag: v2.6.14-rc2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33079b21978f478865068ee6a3c5807b6c6ecdbe;p=pandora-kernel.git [PATCH] cciss: direct lookup for command completions This patch changes the way we complete commands. In the old method when we got a completion we searched our command list from the top until we find it. This method uses a tag associated with each command (not SCSI command tagging) to index us directly to the completed command. This helps performance. Signed-off-by: Don Brace Signed-off-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed