Re: [PATCH V7 4/9] fs/xfs: Make DAX mount option a tri-state

From: Christoph Hellwig
Date: Tue Apr 14 2020 - 02:25:46 EST


On Sun, Apr 12, 2020 at 10:40:41PM -0700, ira.weiny@xxxxxxxxx wrote:
> +#define XFS_MOUNT_DAX (1ULL << 62)
> +#define XFS_MOUNT_NODAX (1ULL << 63)

Replace this with XFS_MOUNT_DAX_ALWAYS and XFS_MOUNT_DAX_NEVER?