> +/* The XFS_BMAP_EXTENT_* in xfs_log_format.h must match these. */ > +enum xfs_bmap_intent_type { > + XFS_BMAP_MAP = 1, > + XFS_BMAP_UNMAP, > +}; Meh. Please just use it directly then. Otherwise this looks ok, so a conditional: Reviewed-by: Christoph Hellwig <hch@xxxxxx> based on fixing the above. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html