On Tue, Apr 14, 2020 at 08:25:30AM +0200, Christoph Hellwig wrote: > 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? Sounds reasonable, Done for v8 Ira