Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1546605

[PATCH v2 1/4] dax: kill uml support

From Ross Zwisler <ross.zwisler@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/4] dax: kill uml support
Date 2016-12-22 22:20 +0100
Message-ID <sRiWm-6ev-35@gated-at.bofh.it> (permalink)
References <sRiWl-6ev-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Dan Williams <dan.j.williams@intel.com>

The lack of common transparent-huge-page helpers for UML is becoming
increasingly painful for fs/dax.c now that it is growing more pmd
functionality. Add UML to the list of unsupported architectures.

Cc: Jan Kara <jack@suse.cz>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
[rez: squashed #ifdef removal into another patch in the series ]
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
---
 fs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index c2a377c..661931f 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -37,7 +37,7 @@ source "fs/f2fs/Kconfig"
 config FS_DAX
 	bool "Direct Access (DAX) support"
 	depends on MMU
-	depends on !(ARM || MIPS || SPARC)
+	depends on !(ARM || MIPS || SPARC || UML)
 	help
 	  Direct Access (DAX) can be used on memory-backed block devices.
 	  If the block device supports DAX and the filesystem supports DAX,
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] Write protect DAX PMDs in *sync path Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-12-22 22:20 +0100
  [PATCH v2 1/4] dax: kill uml support Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-12-22 22:20 +0100
    Re: [PATCH v2 1/4] dax: kill uml support Jan Kara <jack@suse.cz> - 2016-12-23 14:50 +0100
  [PATCH v2 2/4] dax: add stub for pmdp_huge_clear_flush() Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-12-22 22:30 +0100
    Re: [PATCH v2 2/4] dax: add stub for pmdp_huge_clear_flush() Jan Kara <jack@suse.cz> - 2016-12-23 14:50 +0100

csiph-web