linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence
@ 2015-10-13 12:52 Zhao Lei
  2015-10-13 12:52 ` [PATCH 1/3] btrfs-progs: mkfs: Remove saved_optind in mkfs.btrfs Zhao Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Zhao Lei @ 2015-10-13 12:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Zhao Lei

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


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

end of thread, other threads:[~2015-10-19 13:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 12:52 [PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence Zhao Lei
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

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).