]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext2, ext4: warn when mounting with dax enabled
authorDan Williams <dan.j.williams@intel.com>
Tue, 29 Sep 2015 19:48:11 +0000 (15:48 -0400)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:25:17 +0000 (12:25 -0500)
commit57e60cbca88654f507bab8de14b7681808c408af
tree7aaa2ce0630142d54fa4d67ec7b412e5dad56286
parenta4f6af07e55fa7bf73e3fe60baac8d74cc3c9fb7
ext2, ext4: warn when mounting with dax enabled

Orabug: 22913653

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: Dave Chinner <david@fromorbit.com>
Acked-by: Jan Kara <jack@suse.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
(cherry picked from commit ef83b6e8f40bb24b92ad73b5889732346e54a793)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/ext2/super.c
fs/ext4/super.c