|
@@ -204,7 +204,6 @@ xfs_bulkstat(
|
|
|
xfs_agi_t *agi; /* agi header data */
|
|
|
xfs_agino_t agino; /* inode # in allocation group */
|
|
|
xfs_agnumber_t agno; /* allocation group number */
|
|
|
- xfs_daddr_t bno; /* inode cluster start daddr */
|
|
|
int chunkidx; /* current index into inode chunk */
|
|
|
int clustidx; /* current index into inode cluster */
|
|
|
xfs_btree_cur_t *cur; /* btree cursor for ialloc btree */
|
|
@@ -463,7 +462,6 @@ xfs_bulkstat(
|
|
|
mp->m_sb.sb_inopblog);
|
|
|
}
|
|
|
ino = XFS_AGINO_TO_INO(mp, agno, agino);
|
|
|
- bno = XFS_AGB_TO_DADDR(mp, agno, agbno);
|
|
|
/*
|
|
|
* Skip if this inode is free.
|
|
|
*/
|