]> rtime.felk.cvut.cz Git - linux-imx.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)
commit2fb8b5027dbde32a45edf5f3d7ee082be9261d93
treea3036b7d1dcaa8a45850562faa6dd8fda68a92a3
parent635c4d0bd94512de3aafa7ae8f45c1dce0fc1ffe
xfs: Remove two dead transaction log reservaion macros

Upstream commit 5b292ae3a951a58e32119d73c7ac8f5bec7395a3
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