OSDN Git Service

NVMe: Mark the end of the sg list
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 6 Jan 2012 20:49:25 +0000 (13:49 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 19:54:14 +0000 (14:54 -0500)
commitfe304c43c6d63e29ed4fc46a874d7a74313788c5
treedbc3cc55c09bdcff5b503915d86049b20c9911e7
parent497421880acecd0281d3182d534f3d28c927caec
NVMe: Mark the end of the sg list

For user I/O and admin commands, we were forgetting to mark the end of
the SG list.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c