Merge branch 'for-4.11/libnvdimm' into for-4.12/dax
authorDan Williams <dan.j.williams@intel.com>
Thu, 13 Apr 2017 04:59:01 +0000 (21:59 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 13 Apr 2017 04:59:01 +0000 (21:59 -0700)
1  2 
MAINTAINERS
drivers/dax/dax.c
drivers/hv/channel.c
drivers/hv/channel_mgmt.c
drivers/hv/hv_fcopy.c
drivers/hv/hv_kvp.c
drivers/hv/hv_snapshot.c
drivers/hv/vmbus_drv.c
include/linux/hyperv.h

diff --cc MAINTAINERS
Simple merge
@@@ -685,19 -718,10 +713,19 @@@ static void kill_dax_dev(struct dax_de
         * upon seeing dax_dev->alive == false.
         */
        dax_dev->alive = false;
-       synchronize_rcu();
+       synchronize_srcu(&dax_srcu);
        unmap_mapping_range(dax_dev->inode->i_mapping, 0, 0, 1);
 -      cdev_del(cdev);
 -      device_unregister(dev);
 +}
 +
 +static void unregister_dax_dev(void *dev)
 +{
 +      struct dax_dev *dax_dev = to_dax_dev(dev);
 +
 +      dev_dbg(dev, "%s\n", __func__);
 +
 +      kill_dax_dev(dax_dev);
 +      cdev_device_del(&dax_dev->cdev, dev);
 +      put_device(dev);
  }
  
  struct dax_dev *devm_create_dax_dev(struct dax_region *dax_region,
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge