[PATCH v2 6/8] xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init
Christoph Hellwig
hch at infradead.org
Fri Dec 13 05:14:37 CST 2013
> + * Loop over the new block(s), filling in the inodes. For small block
> + * sizes, manipulate the inodes in buffers which are multiples of the
> + * blocks size.
> */
> + blks_per_cluster = xfs_icluster_size_fsb(mp);
> + inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog;
> + nbufs = length / blks_per_cluster;
I don't think there's a point to have the nbufs variable as it's used
just once as the loop termination condition.
More information about the xfs
mailing list