diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-25 10:11:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-25 10:11:23 -0700 |
commit | b2ad81363f12261f8b6a97ed7723960ea6450f31 (patch) | |
tree | dd6a3fd40afb8e962cf572504bf43033b2442044 /drivers/nvdimm/label.h | |
parent | a2c48d98fc0770f7993cf61c71659a99e1d2857e (diff) | |
parent | 52f476a323f9efc959be1c890d0cdcf12e1582e0 (diff) | |
download | lwn-b2ad81363f12261f8b6a97ed7723960ea6450f31.tar.gz lwn-b2ad81363f12261f8b6a97ed7723960ea6450f31.zip |
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Pull libnvdimm fixes from Dan Williams:
- Fix a regression that disabled device-mapper dax support
- Remove unnecessary hardened-user-copy overhead (>30%) for dax
read(2)/write(2).
- Fix some compilation warnings.
* tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
dax: Arrange for dax_supported check to span multiple devices
libnvdimm: Fix compilation warnings with W=1
Diffstat (limited to 'drivers/nvdimm/label.h')
-rw-r--r-- | drivers/nvdimm/label.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nvdimm/label.h b/drivers/nvdimm/label.h index e9a2ad3c2150..4bb7add39580 100644 --- a/drivers/nvdimm/label.h +++ b/drivers/nvdimm/label.h @@ -38,8 +38,6 @@ enum { ND_NSINDEX_INIT = 0x1, }; -static const char NSINDEX_SIGNATURE[] = "NAMESPACE_INDEX\0"; - /** * struct nd_namespace_index - label set superblock * @sig: NAMESPACE_INDEX\0 |