diff options
author | Dan Williams <dan.j.williams@intel.com> | 2017-07-12 20:58:21 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2019-01-07 00:24:46 -0500 |
commit | 51cf784c42d07fbd62cb604836a9270cf3361509 (patch) | |
tree | 808f5603d9f6f71f7727b33224d1a79cd958e99c /drivers/dax/super.c | |
parent | 753a0850e707e9a8c5861356222f9b9e4eba7945 (diff) |
device-dax: Start defining a dax bus model
Towards eliminating the dax_class, move the dax-device-attribute
enabling to a new bus.c file in the core. The amount of code
thrash of sub-sequent patches is reduced as no logic changes are made,
just pure code movement.
A temporary export of unregister_dex_dax() and dax_attribute_groups is
needed to preserve compilation, but those symbols become static again in
a follow-on patch.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dax/super.c')
-rw-r--r-- | drivers/dax/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dax/super.c b/drivers/dax/super.c index 6e928f37d084..0ecc1a2cf1cc 100644 --- a/drivers/dax/super.c +++ b/drivers/dax/super.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/uio.h> | 22 | #include <linux/uio.h> |
23 | #include <linux/dax.h> | 23 | #include <linux/dax.h> |
24 | #include <linux/fs.h> | 24 | #include <linux/fs.h> |
25 | #include "dax-private.h" | ||
25 | 26 | ||
26 | static dev_t dax_devt; | 27 | static dev_t dax_devt; |
27 | DEFINE_STATIC_SRCU(dax_srcu); | 28 | DEFINE_STATIC_SRCU(dax_srcu); |