]> git.baikalelectronics.ru Git - kernel.git/commit
fs/xfs: Make DAX mount option a tri-state
authorIra Weiny <ira.weiny@intel.com>
Mon, 4 May 2020 16:02:42 +0000 (09:02 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 May 2020 16:03:43 +0000 (09:03 -0700)
commit04c4e1dc60afc1076452fc2e3870ba5f3138c8bd
tree73869412d0d5476fe94393ab9c5a3e1e2e35ebd6
parent23ba386b42870757acd06a331f8683ed08440543
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>
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c