git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22605f9
)
NVMe: Fix bug in error handling
author
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Fri, 29 Apr 2011 06:09:09 +0000
(23:09 -0700)
committer
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:02 +0000
(15:53 -0400)
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 <matthew.r.wilcox@intel.com>
No differences found