diff options
| author | 2013-12-13 15:51:46 +1100 | |
|---|---|---|
| committer | 2013-12-13 15:51:46 +1100 | |
| commit | 717834383c6ad2173323b823b97c521c9fb8fbbb (patch) | |
| tree | 92a8eeb2604dac3e2cceefeda560d7cf7231e262 /fs/xfs/xfs_ialloc.h | |
| parent | xfs: align initial file allocations correctly (diff) | |
| download | linux-dev-717834383c6ad2173323b823b97c521c9fb8fbbb.tar.xz linux-dev-717834383c6ad2173323b823b97c521c9fb8fbbb.zip | |
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; /* * Allocation parameters for inode allocation. */ -#define XFS_IALLOC_INODES(mp) (mp)->m_ialloc_inos #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks /* |
