]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: handle dax mount option collision
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Wed, 11 Nov 2020 18:32:09 +0000 (10:32 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 Nov 2020 19:23:29 +0000 (14:23 -0500)
commitf5c2a44b3fa5710003e8d7f16542d2dc678596f5
treed30c89ff7764475d490aecc8ac0e17f124d8c9fa
parente46a87fcde0112606f523156b3306c760811bc88
ext4: handle dax mount option collision

Mount options dax=inode and dax=never collided with fast_commit and
journal checksum. Redefine the mount flags to remove the collision.

Reported-by: Murphy Zhou <jencce.kernel@gmail.com>
Fixes: 9b8aeb09275f3 ("fs/ext4: Make DAX mount option a tri-state")
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201111183209.447175-1-harshads@google.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h