|
@@ -82,6 +82,9 @@ Shortcomings
|
|
Even if the kernel or its modules are stored on a filesystem that supports
|
|
Even if the kernel or its modules are stored on a filesystem that supports
|
|
DAX on a block device that supports DAX, they will still be copied into RAM.
|
|
DAX on a block device that supports DAX, they will still be copied into RAM.
|
|
|
|
|
|
|
|
+The DAX code does not work correctly on architectures which have virtually
|
|
|
|
+mapped caches such as ARM, MIPS and SPARC.
|
|
|
|
+
|
|
Calling get_user_pages() on a range of user memory that has been mmaped
|
|
Calling get_user_pages() on a range of user memory that has been mmaped
|
|
from a DAX file will fail as there are no 'struct page' to describe
|
|
from a DAX file will fail as there are no 'struct page' to describe
|
|
those pages. This problem is being worked on. That means that O_DIRECT
|
|
those pages. This problem is being worked on. That means that O_DIRECT
|