xfs: trace log reservations at mount time
At each mount, emit the transaction reservation type information via tracepoints. This makes it easier to compare the log reservation info calculated by the kernel and xfsprogs so that we can more easily diagnose minimum log size failures on freshly formatted filesystems. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
This commit is contained in:
@@ -55,7 +55,7 @@ xfs_log_calc_max_attrsetm_res(
|
||||
* the maximum one in terms of the pre-calculated values which were done
|
||||
* at mount time.
|
||||
*/
|
||||
STATIC void
|
||||
void
|
||||
xfs_log_get_max_trans_res(
|
||||
struct xfs_mount *mp,
|
||||
struct xfs_trans_res *max_resp)
|
||||
|
Reference in New Issue
Block a user