]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Remove two dead transaction log reservaion macros
authorJie Liu <jeff.liu@oracle.com>
Fri, 3 May 2013 07:41:19 +0000 (15:41 +0800)
committerBen Myers <bpm@sgi.com>
Wed, 19 Jun 2013 19:26:16 +0000 (14:26 -0500)
commit7c41a0716767fcbd26273a40b9d8c8cd7ff8a256
treea3036b7d1dcaa8a45850562faa6dd8fda68a92a3
parent31afa03430da739419366a90ad1dc979837a8fe0
xfs: Remove two dead transaction log reservaion macros

Upstream commit 8b46f476b5f8484ca3a592bbebe20153775093b2
xfs: make use of xfs_calc_buf_res() in xfs_trans.c

Beginning from above commit, neither XFS_ALLOCFREE_LOG_RES() nor
XFS_DIROP_LOG_RES() is used by those routines for calculating
transaction space reservations, so it's safe to remove them now.

Also, with a slightly update for the relevant comments to reflect
the ideas of why those log count numbers should be.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_trans.h