xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_ialloc.h
index 4689b025f79f26c6f3d02d600c73942e371125fa..98ce63e35bd4b9309634ccd893894811ab2ba629 100644 (file)
@@ -30,11 +30,8 @@ struct xfs_btree_cur;
  */
 #define        XFS_IALLOC_BLOCKS(mp)   (mp)->m_ialloc_blks
 
-/*
- * Move inodes in clusters of this size.
- */
+/* Move inodes in clusters of this size */
 #define        XFS_INODE_BIG_CLUSTER_SIZE      8192
-#define        XFS_INODE_CLUSTER_SIZE(mp)      (mp)->m_inode_cluster_size
 
 /*
  * Make an inode pointer out of the buffer/offset.