Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm
authorDan Williams <dan.j.williams@intel.com>
Sun, 10 Jan 2016 15:53:55 +0000 (07:53 -0800)
committerDan Williams <dan.j.williams@intel.com>
Sun, 10 Jan 2016 15:53:55 +0000 (07:53 -0800)
1  2 
drivers/nvdimm/nd-core.h
drivers/nvdimm/nd.h
drivers/nvdimm/pmem.c

Simple merge
@@@ -29,8 -29,21 +29,14 @@@ enum 
        ND_MAX_LANES = 256,
        SECTOR_SHIFT = 9,
        INT_LBASIZE_ALIGNMENT = 64,
 -#if IS_ENABLED(CONFIG_NVDIMM_PFN)
 -      ND_PFN_ALIGN = PAGES_PER_SECTION * PAGE_SIZE,
 -      ND_PFN_MASK = ND_PFN_ALIGN - 1,
 -#else
 -      ND_PFN_ALIGN = 0,
 -      ND_PFN_MASK = 0,
 -#endif
  };
  
+ struct nd_poison {
+       u64 start;
+       u64 length;
+       struct list_head list;
+ };
  struct nvdimm_drvdata {
        struct device *dev;
        int nsindex_size;
Simple merge