Rename max_attrset_trans_res_adjust to max_attrsetm_trans_res_adjust to indicate that we does it at mount time. Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxx> --- mkfs/maxtrres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkfs/maxtrres.c b/mkfs/maxtrres.c index beb81f8..f12cc70 100644 --- a/mkfs/maxtrres.c +++ b/mkfs/maxtrres.c @@ -28,7 +28,7 @@ #include "xfs_mkfs.h" static void -max_attrset_trans_res_adjust( +max_attrsetm_trans_res_adjust( xfs_mount_t *mp) { int local; @@ -94,7 +94,7 @@ max_trans_res( (dirversion == 2 ? XFS_SB_VERSION_DIRV2BIT : 0); libxfs_mount(&mount, sbp, 0,0,0,0); - max_attrset_trans_res_adjust(&mount); + max_attrsetm_trans_res_adjust(&mount); maxres = max_trans_res_by_mount(&mount); maxfsb = XFS_B_TO_FSB(&mount, maxres); libxfs_umount(&mount); -- 1.7.9.5 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs