• D
    ext2, ext4: warn when mounting with dax enabled · ef83b6e8
    Dan Williams 提交于
    Similar to XFS warn when mounting DAX while it is still considered under
    development.  Also, aspects of the DAX implementation, for example
    synchronization against multiple faults and faults causing block
    allocation, depend on the correct implementation in the filesystem.  The
    maturity of a given DAX implementation is filesystem specific.
    
    Cc: <stable@vger.kernel.org>
    Cc: "Theodore Ts'o" <tytso@mit.edu>
    Cc: Matthew Wilcox <willy@linux.intel.com>
    Cc: linux-ext4@vger.kernel.org
    Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Reported-by: NDave Chinner <david@fromorbit.com>
    Acked-by: NJan Kara <jack@suse.com>
    Signed-off-by: NDan Williams <dan.j.williams@intel.com>
    ef83b6e8
super.c 150.1 KB