diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-10 21:56:02 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-10 21:56:02 +0300 |
commit | 4287af35113cd5ba101b5c9e76614b5bebf48f58 (patch) | |
tree | 3d0251d9bdc9cc5840a026a6bf92c706a65ae5ee /include | |
parent | 89d714ab6043bca7356b5c823f5335f5dce1f930 (diff) | |
parent | e765f13ed126fe7e41d1a6e3c60d754cd6c2af93 (diff) | |
download | linux-4287af35113cd5ba101b5c9e76614b5bebf48f58.tar.xz |
Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Pull libnvdimm update from Dan Williams:
"A single cleanup that precedes some deeper PMEM/DAX reworks that did
not settle in time for v5.16:
- Continue the cleanup of the dax api in preparation for a dax-device
block-device divorce"
* tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
nvdimm/pmem: move dax_attribute_group from dax to pmem
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dax.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dax.h b/include/linux/dax.h index 2619d94c308d..8623caa67388 100644 --- a/include/linux/dax.h +++ b/include/linux/dax.h @@ -38,8 +38,6 @@ struct dax_operations { int (*zero_page_range)(struct dax_device *, pgoff_t, size_t); }; -extern struct attribute_group dax_attribute_group; - #if IS_ENABLED(CONFIG_DAX) struct dax_device *alloc_dax(void *private, const char *host, const struct dax_operations *ops, unsigned long flags); |