public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/
@ 2013-02-19  5:31 Jeff Liu
  2013-02-19 17:43 ` Mark Tinguely
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Liu @ 2013-02-19  5:31 UTC (permalink / raw)
  To: xfs@oss.sgi.com; +Cc: Mark Tinguely

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>
---
 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@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/
  2013-02-19  5:31 [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/ Jeff Liu
@ 2013-02-19 17:43 ` Mark Tinguely
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Tinguely @ 2013-02-19 17:43 UTC (permalink / raw)
  To: Jeff Liu; +Cc: xfs@oss.sgi.com

On 02/18/13 23:31, Jeff Liu wrote:
> 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>
> ---

Looks good.

Reviewed-by: Mark Tinguely <tinguely@sgi.com>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-19 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19  5:31 [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/ Jeff Liu
2013-02-19 17:43 ` Mark Tinguely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox