From: Anand Jain <anand.jain@oracle.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 1/2] btrfs-progs: dont break the string
Date: Tue, 15 Jul 2014 16:02:09 +0800 [thread overview]
Message-ID: <1405411330-8557-1-git-send-email-anand.jain@oracle.com> (raw)
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
mkfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkfs.c b/mkfs.c
index 52b9a8d..cba4f02 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -1336,8 +1336,8 @@ int main(int ac, char **av)
case 'b':
block_count = parse_size(optarg);
if (block_count <= 1024*1024*1024) {
- printf("SMALL VOLUME: forcing mixed "
- "metadata/data groups\n");
+ fprintf(stdout,
+ "SMALL VOLUME: forcing mixed metadata/data groups\n");
mixed = 1;
}
zero_end = 0;
--
2.0.0.153.g79dcccc
next reply other threads:[~2014-07-15 7:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 8:02 Anand Jain [this message]
2014-07-15 8:02 ` [PATCH 2/2] btrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for small volume Anand Jain
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=1405411330-8557-1-git-send-email-anand.jain@oracle.com \
--to=anand.jain@oracle.com \
--cc=linux-btrfs@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).