From: Keith Busch Date: Tue, 30 Apr 2013 17:19:38 +0000 (-0600) Subject: NVMe: Do not cancel command multiple times X-Git-Tag: v3.10-rc6~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053ab702cc2702f25a97ead087ed344b864785b7;p=pandora-kernel.git NVMe: Do not cancel command multiple times Cancelling an already cancelled command does not do anything, so check the command context before cancelling it, continuing if had already been cancelled so we do not log the same problem every second if a device stops responding. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed