]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: add a helper to figure out the space log reservation per item
authorJeff Liu <jeff.liu@oracle.com>
Mon, 28 Jan 2013 13:25:35 +0000 (21:25 +0800)
committerBen Myers <bpm@sgi.com>
Fri, 1 Feb 2013 20:35:06 +0000 (14:35 -0600)
commit4f3b57832ba39223c6f8823d07b9fb206e282ced
tree071d5d58fee6d361e4197804c37f8ffced556812
parent2729423cf2ef3ac51d040f24a5ddd84c1b2acc70
xfs: add a helper to figure out the space log reservation per item

Add a new helper xfs_calc_buf_res() to calcuate out the transaction space
reservations per item.  xfs_buf_log_overhead() is used to figure out the
extra space for struct xfs_buf_log_format that gets written into the log
for every buffer as well as a log opheader, i.e. struct xlog_op_header.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
CC: Dave Chinner <david@fromorbit.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_trans.c