summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_space.h
diff options
context:
space:
mode:
authorBen Myers <bpm@sgi.com>2013-12-13 14:15:33 -0600
committerBen Myers <bpm@sgi.com>2013-12-13 14:15:33 -0600
commit46f23adf78545c49591619a615edeec41ed5a549 (patch)
treed9bbcb204be3f9875b708a7ec847fc99a572f4f3 /fs/xfs/xfs_trans_space.h
parentffda4e83aa107ff55345dc583efdb24fca486fb5 (diff)
parentf9e5abcfc5b299a988cf8f9d0ad11e03da14806b (diff)
Merge branch 'xfs-factor-icluster-macros' into for-next
Diffstat (limited to 'fs/xfs/xfs_trans_space.h')
-rw-r--r--fs/xfs/xfs_trans_space.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_space.h b/fs/xfs/xfs_trans_space.h
index 7d2c920dfb9..af5dbe06cb6 100644
--- a/fs/xfs/xfs_trans_space.h
+++ b/fs/xfs/xfs_trans_space.h
@@ -47,7 +47,7 @@
#define XFS_DIRREMOVE_SPACE_RES(mp) \
XFS_DAREMOVE_SPACE_RES(mp, XFS_DATA_FORK)
#define XFS_IALLOC_SPACE_RES(mp) \
- (XFS_IALLOC_BLOCKS(mp) + (mp)->m_in_maxlevels - 1)
+ ((mp)->m_ialloc_blks + (mp)->m_in_maxlevels - 1)
/*
* Space reservation values for various transactions.