linux-stable/drivers/dax
Dan Williams ebd84d724c dax: embed a struct device in dax_dev
The kref in dax_dev can be made redundant if the final put_device() on
the device associated with the dax_dev frees the dax_dev.  This can be
accomplished by embedding a struct device in struct dax_dev, open coding
device_create() and specifying a custom release method.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2016-08-23 22:58:51 -07:00
..
dax.c dax: embed a struct device in dax_dev 2016-08-23 22:58:51 -07:00
dax.h
Kconfig
Makefile
pmem.c dax: cleanup needlessly global symbol warnings 2016-08-23 22:58:50 -07:00