diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/xfs_ialloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h index 4689b025f79f..98ce63e35bd4 100644 --- a/fs/xfs/xfs_ialloc.h +++ b/fs/xfs/xfs_ialloc.h | |||
@@ -30,11 +30,8 @@ struct xfs_btree_cur; | |||
30 | */ | 30 | */ |
31 | #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks | 31 | #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks |
32 | 32 | ||
33 | /* | 33 | /* Move inodes in clusters of this size */ |
34 | * Move inodes in clusters of this size. | ||
35 | */ | ||
36 | #define XFS_INODE_BIG_CLUSTER_SIZE 8192 | 34 | #define XFS_INODE_BIG_CLUSTER_SIZE 8192 |
37 | #define XFS_INODE_CLUSTER_SIZE(mp) (mp)->m_inode_cluster_size | ||
38 | 35 | ||
39 | /* | 36 | /* |
40 | * Make an inode pointer out of the buffer/offset. | 37 | * Make an inode pointer out of the buffer/offset. |