]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commitf7bf743714ab3f0a93c2c58e915541db83bebdee
treef90a20de6c8cf6f88faa0ada7cf89eebf1ad6aa5
parent02beb2686ff964884756c581d513e103542dcc6a
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