diff options
author | Jie Liu <jeff.liu@oracle.com> | 2013-12-12 23:51:46 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2013-12-12 23:51:46 -0500 |
commit | 717834383c6ad2173323b823b97c521c9fb8fbbb (patch) | |
tree | 92a8eeb2604dac3e2cceefeda560d7cf7231e262 /fs/xfs/xfs_ialloc.h | |
parent | f9b395a8ef8f34d19cae2cde361e19c96e097fad (diff) |
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>
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 | /* |