]> git.baikalelectronics.ru Git - kernel.git/commit
fs/xfs: Create function xfs_inode_should_enable_dax()
authorIra Weiny <ira.weiny@intel.com>
Thu, 30 Apr 2020 14:41:36 +0000 (07:41 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 30 May 2020 03:13:20 +0000 (20:13 -0700)
commita455cd8554be27b97e97712a7c3b1851eb2707cb
treef90a20de6c8cf6f88faa0ada7cf89eebf1ad6aa5
parentf67acbd3dd2a50d0d5d1617d01e62062d4b0fb9d
fs/xfs: Create function xfs_inode_should_enable_dax()

xfs_inode_supports_dax() should reflect if the inode can support DAX not
that it is enabled for DAX.

Change the use of xfs_inode_supports_dax() to reflect only if the inode
and underlying storage support dax.

Add a new function xfs_inode_should_enable_dax() which reflects if the
inode should be enabled for DAX.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_iops.c