]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: rename max_attrset_trans_res_adjust to max_attrsetm_trans_res_adjust
authorJeff Liu <jeff.liu@oracle.com>
Tue, 19 Feb 2013 05:31:29 +0000 (05:31 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-136.americas.sgi.com>
Wed, 20 Feb 2013 19:55:33 +0000 (13:55 -0600)
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@oracle.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Mark Tinguely <tinguely@sgi.com>
mkfs/maxtrres.c

index beb81f8429b4507e14573c232a04c9b5e7045605..f12cc70e5081510a66aca157528776d983dbb85b 100644 (file)
@@ -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);