xfs: get rid of XFS_IALLOC_INODES macros
Get rid of XFS_IALLOC_INODES() marcos, use mp->m_ialloc_inos directly. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
@@ -28,7 +28,6 @@ struct xfs_btree_cur;
|
||||
/*
|
||||
* Allocation parameters for inode allocation.
|
||||
*/
|
||||
#define XFS_IALLOC_INODES(mp) (mp)->m_ialloc_inos
|
||||
#define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user