commit | d8ee9d69f275769aaad40ef7c944565ff8d2d24f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 24 08:46:00 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:59 2011 -0400 |
tree | e76aeab439b5f302042b3cd0d64cbe781cff456a | |
parent | 1ad2f8932a72bf375361727949ced2cb4e8cfcef [diff] |
NVMe: Fix discontiguous accesses When we submit subsequent portions of the I/O, we need to access the updated block, not start reading again from the original position. This was showing up as miscompares in the XFS randholes testcase. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>