commit | 9d6459d21a6e630264ead21558d940366d2f2450 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Mar 11 09:11:53 2019 -0600 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Mar 12 20:30:14 2019 +0100 |
tree | 4ff2b8fbaaaba5024b5d17aff57211b57c599167 | |
parent | 23dece19da41724349809873923e20a48b619cb7 [diff] |
nvme: fix write zeroes offset and count The implementation used blocks units rather than the expected bytes. Fixes: c03e7ef12a9 ("nvme: Implement Write Zeroes") Reported-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>