From: Zhao Lei <zhaolei@cn.fujitsu.com>
To: <linux-btrfs@vger.kernel.org>
Cc: Zhao Lei <zhaolei@cn.fujitsu.com>
Subject: [PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence
Date: Tue, 13 Oct 2015 20:52:16 +0800 [thread overview]
Message-ID: <cover.1444740703.git.zhaolei@cn.fujitsu.com> (raw)
Given a 200G vdd1 and 1G vdd2:
In current code:
mkfs.btrfs -f /dev/vdd1 /dev/vdd2
and
mkfs.btrfs -f /dev/vdd2 /dev/vdd1
will create different "mixed" type.
See [PATCH 2/3] for detail.
This patchset also include some small fixs.
Zhao Lei (3):
btrfs-progs: mkfs: Remove saved_optind in mkfs.btrfs
btrfs-progs: mkfs: Fix different mixed type by argument sequence
btrfs-progs: mkfs: Fix inaccurate mixed information
mkfs.c | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
--
1.8.5.1
next reply other threads:[~2015-10-13 12:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 12:52 Zhao Lei [this message]
2015-10-13 12:52 ` [PATCH 1/3] btrfs-progs: mkfs: Remove saved_optind in mkfs.btrfs Zhao Lei
2015-10-13 12:52 ` [PATCH 2/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence Zhao Lei
2015-10-13 12:52 ` [PATCH 3/3] btrfs-progs: mkfs: Fix inaccurate mixed information Zhao Lei
2015-10-13 16:19 ` [PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence David Sterba
2015-10-14 4:28 ` Zhao Lei
2015-10-19 13:12 ` David Sterba
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=cover.1444740703.git.zhaolei@cn.fujitsu.com \
--to=zhaolei@cn.fujitsu.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).