diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-29 11:21:37 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2021-12-04 08:58:51 -0800 |
commit | afd586f0d06ce3d81b7c474499630fec88833828 (patch) | |
tree | d944d39d3cf6fa4a10bdee8751c35f7a50d849bf /fs/fuse | |
parent | 5d2a228b9e1319ff188f9ea89006fbe575561921 (diff) | |
download | linux-afd586f0d06ce3d81b7c474499630fec88833828.tar.bz2 |
dax: remove CONFIG_DAX_DRIVER
CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/20211129102203.2243509-4-hch@lst.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'fs/fuse')
-rw-r--r-- | fs/fuse/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig index 40ce9a1c12e5..038ed0b9aaa5 100644 --- a/fs/fuse/Kconfig +++ b/fs/fuse/Kconfig @@ -45,7 +45,7 @@ config FUSE_DAX select INTERVAL_TREE depends on VIRTIO_FS depends on FS_DAX - depends on DAX_DRIVER + depends on DAX help This allows bypassing guest page cache and allows mapping host page cache directly in guest address space. |