Re: [PATCH 1/7] Add -v -q switches to mkfs.btrfs.

2014-12-15 Thread Satoru Takeuchi
(2014/12/16 5:02), Goffredo Baroncelli wrote: > Add -v -q switches to mkfs.btrfs, to control the verbosity of mkfs.btrfs. > > Signed-off-by: Goffredo Baroncelli Although this patch provides the interface of two new switches, it doesn't work at all only by this patch. I consider providing switch

[PATCH 1/7] Add -v -q switches to mkfs.btrfs.

2014-12-15 Thread Goffredo Baroncelli
Add -v -q switches to mkfs.btrfs, to control the verbosity of mkfs.btrfs. Signed-off-by: Goffredo Baroncelli --- mkfs.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mkfs.c b/mkfs.c index e10e62d..26f8041 100644 --- a/mkfs.c +++ b/mkfs.c @@ -288,8 +288,10