]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/Kconfig
fsdax: don't require CONFIG_BLOCK
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Nov 2021 10:22:03 +0000 (11:22 +0100)
committerDan Williams <dan.j.williams@intel.com>
Sat, 4 Dec 2021 16:58:54 +0000 (08:58 -0800)
commitb842f1d14a190e217a8ee3f6dae9e1dff1817d87
tree0529871c667b2f182c0ba4d0008d9bc91bcda8cb
parentca72d2210fc5b7a6bc7de1da0f9e1b84f8ee3602
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>
fs/Kconfig