diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-08-11 09:41:51 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2016-08-24 07:58:51 +0200 |
commit | ebd84d724c85f22037a5c9cb04b9e6631309cb78 (patch) | |
tree | 0838fcb7977aa2d5c7699792cf9f1050378ed6e6 /scripts/checkstack.pl | |
parent | dax: rename fops from dax_dev_ to dax_ (diff) | |
download | linux-ebd84d724c85f22037a5c9cb04b9e6631309cb78.tar.xz linux-ebd84d724c85f22037a5c9cb04b9e6631309cb78.zip |
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>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions