diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-29 13:22:03 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2021-12-04 19:58:54 +0300 |
commit | b842f1d14a190e217a8ee3f6dae9e1dff1817d87 (patch) | |
tree | 0529871c667b2f182c0ba4d0008d9bc91bcda8cb /fs/Kconfig | |
parent | ca72d2210fc5b7a6bc7de1da0f9e1b84f8ee3602 (diff) | |
download | linux-b842f1d14a190e217a8ee3f6dae9e1dff1817d87.tar.xz |
fsdax: don't require CONFIG_BLOCK
The file system DAX code now does not require the block code. So allow
building a kernel with fuse DAX but not block layer.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20211129102203.2243509-30-hch@lst.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 6d608330a096..7a2b11c0b803 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -42,6 +42,8 @@ source "fs/nilfs2/Kconfig" source "fs/f2fs/Kconfig" source "fs/zonefs/Kconfig" +endif # BLOCK + config FS_DAX bool "File system based Direct Access (DAX) support" depends on MMU @@ -89,8 +91,6 @@ config FS_DAX_PMD config FS_DAX_LIMITED bool -endif # BLOCK - # Posix ACL utility routines # # Note: Posix ACLs can be implemented without these helpers. Never use |