Re: [PATCH] btrfs-progs: mkfs: allow DUP on multidev fs, only warn

2016-03-24 Thread Hugo Mills
On Fri, Mar 25, 2016 at 01:59:20AM +, Duncan wrote: > David Sterba posted on Thu, 24 Mar 2016 16:56:13 +0100 as excerpted: > > > The DUP profile can work on multiple filesystems, the limitation is > > rather artificial. Let the user make the decision and print a warning. > > > >

Re: [PATCH] btrfs-progs: mkfs: allow DUP on multidev fs, only warn

2016-03-24 Thread Duncan
David Sterba posted on Thu, 24 Mar 2016 16:56:13 +0100 as excerpted: > The DUP profile can work on multiple filesystems, the limitation is > rather artificial. Let the user make the decision and print a warning. > > Signed-off-by: David Sterba > --- I like the change, but

[PATCH] btrfs-progs: mkfs: allow DUP on multidev fs, only warn

2016-03-24 Thread David Sterba
The DUP profile can work on multiple filesystems, the limitation is rather artificial. Let the user make the decision and print a warning. Signed-off-by: David Sterba --- utils.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils.c b/utils.c index