]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/Kconfig
platform/x86: dell-smbios: Correct some style warnings
[mirror_ubuntu-bionic-kernel.git] / fs / Kconfig
index ec92031204c5a1e985ff63ea374f4f142ce54de5..9679b3c0351857bb64b5b47dbf0b2183ddc42565 100644 (file)
@@ -58,6 +58,13 @@ config FS_DAX_PMD
        depends on ZONE_DEVICE
        depends on TRANSPARENT_HUGEPAGE
 
+# Selected by DAX drivers that do not expect filesystem DAX to support
+# get_user_pages() of DAX mappings. I.e. "limited" indicates no support
+# for fork() of processes with MAP_SHARED mappings or support for
+# direct-I/O to a DAX mapping.
+config FS_DAX_LIMITED
+       bool
+
 endif # BLOCK
 
 # Posix ACL utility routines