commit | a72b38eebea4661d4d67b194353124e63ce48f66 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Wed Nov 11 10:32:09 2020 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Nov 11 14:23:29 2020 -0500 |
tree | d30c89ff7764475d490aecc8ac0e17f124d8c9fa | |
parent | 52d1998d09af92d44ffce7454637dd3fd1afdc7d [diff] |
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: 9cb20f94afcd2 ("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>