diff options
author | Ben Myers <bpm@sgi.com> | 2013-12-13 14:15:33 -0600 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-12-13 14:15:33 -0600 |
commit | 46f23adf78545c49591619a615edeec41ed5a549 (patch) | |
tree | d9bbcb204be3f9875b708a7ec847fc99a572f4f3 /fs/xfs/xfs_trans_space.h | |
parent | ffda4e83aa107ff55345dc583efdb24fca486fb5 (diff) | |
parent | f9e5abcfc5b299a988cf8f9d0ad11e03da14806b (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.h | 2 |
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. |