commit | 51882d00f07da9601cc962a3596e48aafb4f4163 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 10 08:49:59 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:56 2011 -0400 |
tree | dad2569435369862ed2c5541810d41fc5e844b90 | |
parent | d2d8703481f60d67f49e3177196cbe474b11377c [diff] |
NVMe: Advance the sg pointer when filling in an sg list For multipage BIOs, we were always using sg[0] instead of advancing through the list. Oops :-) Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>