commit | 8d6c3446ec23ecd97bc089ed224342baf9426c30 | [log] [tgz] |
---|---|---|
author | Ira Weiny <ira.weiny@intel.com> | Mon May 04 09:02:42 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 04 09:03:43 2020 -0700 |
tree | 73869412d0d5476fe94393ab9c5a3e1e2e35ebd6 | |
parent | 606723d982939ab138a05a8070b1ec48ed532234 [diff] |
fs/xfs: Make DAX mount option a tri-state As agreed upon[1]. We make the dax mount option a tri-state. '-o dax' continues to operate the same. We add 'always', 'never', and 'inode' (default). [1] https://lore.kernel.org/lkml/20200405061945.GA94792@iweiny-DESK2.sc.intel.com/ Signed-off-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>