commit | a7d2ce2832d84e0182585f63bf96ca7323b3aee7 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Tue Apr 29 11:41:28 2014 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon May 05 10:53:53 2014 -0400 |
tree | 2de094a28cc9eae1056f83c7083ea621b021b943 | |
parent | 3291fa57cb1b004c1a4823beb28b5cc72555f1a5 [diff] [blame] |
NVMe: Configure support for block flush This configures an nvme request_queue as flush capable if the device has a volatile write cache present. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index cfd084c..6266373 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h
@@ -99,6 +99,7 @@ u32 stripe_size; u16 oncs; u16 abort_limit; + u8 vwc; u8 initialized; };