Re: [PATCH 12/14] xfs: Pre-calculate per-AG agino geometry

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	     /*
> +		printk("pag blocks %d agblocks %d min_ino %d max_ino %d\n",
> +			bp->b_pag->block_count,
> +			xfs_ag_block_count(mp, bp->b_pag->pag_agno),
> +			bp->b_pag->agino_min, bp->b_pag->agino_max);
> +		*/
> +		printk("sb dblocks %lld fdblocks %lld icount %lld, ifree %lld\n",
> +			sbp->sb_dblocks, sbp->sb_fdblocks, sbp->sb_icount,
> +			sbp->sb_ifree);
>  		xfs_warn(mp, "SB summary counter sanity check failed");

This looks like a lefterover debugging aid.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux