> +#ifndef XFS_REFCOUNT_IREC_PLACEHOLDER > +#define XFS_REFCOUNT_IREC_PLACEHOLDER > +/* Placeholder definition to avoid breaking bisectability. */ > +struct xfs_refcount_irec { > + xfs_agblock_t rc_startblock; /* starting block number */ > + xfs_extlen_t rc_blockcount; /* count of free blocks */ > + xfs_nlink_t rc_refcount; /* number of inodes linked here */ > +}; > +#endif Oh well, I had hoped we could get rid of these place holder by folding the tracepoint patches into their actual users. But except for that this looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- 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