diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/xfs_ialloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h index a8f76a5ff418..4689b025f79f 100644 --- a/fs/xfs/xfs_ialloc.h +++ b/fs/xfs/xfs_ialloc.h | |||
@@ -28,7 +28,6 @@ struct xfs_btree_cur; | |||
28 | /* | 28 | /* |
29 | * Allocation parameters for inode allocation. | 29 | * Allocation parameters for inode allocation. |
30 | */ | 30 | */ |
31 | #define XFS_IALLOC_INODES(mp) (mp)->m_ialloc_inos | ||
32 | #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks | 31 | #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks |
33 | 32 | ||
34 | /* | 33 | /* |