Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753083AbdHKNZc (ORCPT ); Fri, 11 Aug 2017 09:25:32 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3070 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631AbdHKNZb (ORCPT ); Fri, 11 Aug 2017 09:25:31 -0400 From: Yunlong Song To: , , , , CC: , , , , Subject: [PATCH] f2fs-tools: the overprovision should be 0 as default Date: Fri, 11 Aug 2017 21:25:15 +0800 Message-ID: <1502457915-46935-1-git-send-email-yunlong.song@huawei.com> X-Mailer: git-send-email 1.8.5.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.193.250] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.598DB049.0029,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: adfc9ece2af6626d8fe7762404d7f503 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 22 The usage message gives a wrong number, so fix it. Signed-off-by: Yunlong Song --- mkfs/f2fs_format_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/f2fs_format_main.c b/mkfs/f2fs_format_main.c index a3652a9..6712b5c 100644 --- a/mkfs/f2fs_format_main.c +++ b/mkfs/f2fs_format_main.c @@ -41,7 +41,7 @@ static void mkfs_usage() MSG(0, " -f force overwrite the exist filesystem\n"); MSG(0, " -l label\n"); MSG(0, " -m support zoned block device [default:0]\n"); - MSG(0, " -o overprovision ratio [default:5]\n"); + MSG(0, " -o overprovision ratio [default:0]\n"); MSG(0, " -O [feature list] e.g. \"encrypt\"\n"); MSG(0, " -q quiet mode\n"); MSG(0, " -s # of segments per section [default:1]\n"); -- 1.8.5.2