commit | ff694ab60c29cfeba81b3d5068d3c908f22110ed | [log] [tgz] |
---|---|---|
author | Ira Weiny <ira.weiny@intel.com> | Thu May 28 07:59:55 2020 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 28 22:09:46 2020 -0400 |
tree | a0e65ca2f414496337ade702cfbf813e86838602 | |
parent | 2c567af418e3f9380c2051aada58b4e5a4b5c2ad [diff] |
fs/ext4: Narrow scope of DAX check in setflags When preventing DAX and journaling on an inode. Use the effective DAX check rather than the mount option. This will be required to support per inode DAX flags. Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Link: https://lore.kernel.org/r/20200528150003.828793-2-ira.weiny@intel.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>