All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Liu <jeff.liu@oracle.com>
To: "xfs@oss.sgi.com" <xfs@oss.sgi.com>
Cc: Mark Tinguely <tinguely@sgi.com>
Subject: [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/
Date: Tue, 19 Feb 2013 13:31:29 +0800	[thread overview]
Message-ID: <51230E31.6050103@oracle.com> (raw)

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

             reply	other threads:[~2013-02-19  5:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19  5:31 Jeff Liu [this message]
2013-02-19 17:43 ` [PATCH v3 3/3] xfsprogs: s/max_attrset_trans_res_adjust/max_attrsetm_trans_res_adjust/ Mark Tinguely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51230E31.6050103@oracle.com \
    --to=jeff.liu@oracle.com \
    --cc=tinguely@sgi.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.