Re: [PATCH 5/7] xfs: introduce xfs_is_dax_state_changing

From: Christoph Hellwig
Date: Tue Sep 26 2017 - 02:33:19 EST


> +static bool
> +xfs_is_dax_state_changing(
> + unsigned int xflags,
> + struct xfs_inode *ip)

And I have no fricking idea what 'is_dax_state_changing' is supposed
to mean for the caller. This needs a better name and/or a comment
explaining the function.