From: Matthew Wilcox Date: Fri, 29 Apr 2011 06:09:09 +0000 (-0700) Subject: NVMe: Fix bug in error handling X-Git-Tag: v3.3-rc1~16^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a58f536436efed02ead722e835cb4ce7674afc;p=pandora-kernel.git NVMe: Fix bug in error handling When an I/O completed with an error, we would call bio_endio twice (once with -EIO and once with 0). Found by inspection. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed