From patchwork Fri Jul 8 06:11:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Satoru Takeuchi X-Patchwork-Id: 9220077 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0721C60574 for ; Fri, 8 Jul 2016 06:12:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC84C2846D for ; Fri, 8 Jul 2016 06:12:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E155928470; Fri, 8 Jul 2016 06:12:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3F4D92846D for ; Fri, 8 Jul 2016 06:12:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbcGHGMJ (ORCPT ); Fri, 8 Jul 2016 02:12:09 -0400 Received: from mgwym04.jp.fujitsu.com ([211.128.242.43]:55164 "EHLO mgwym04.jp.fujitsu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751299AbcGHGMH (ORCPT ); Fri, 8 Jul 2016 02:12:07 -0400 Received: from yt-mxauth.gw.nic.fujitsu.com (unknown [192.168.229.68]) by mgwym04.jp.fujitsu.com with smtp id 5366_2a78_9b7925c6_08c6_4391_9870_304c58b325f6; Fri, 08 Jul 2016 15:12:01 +0900 Received: from m3050.s.css.fujitsu.com (msm.b.css.fujitsu.com [10.134.21.208]) by yt-mxauth.gw.nic.fujitsu.com (Postfix) with ESMTP id 3F8C6AC02DF for ; Fri, 8 Jul 2016 15:12:01 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.4.6 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20160122 X-SHieldMailCheckerMailID: f5b53dc1003049ba8c3be3b7a16382e2 From: Satoru Takeuchi Subject: [PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument To: "linux-btrfs@vger.kernel.org" Cc: Qu Wenruo Message-ID: <3042cdcf-7a4a-4524-2b4f-af24f5a8b42f@jp.fujitsu.com> Date: Fri, 8 Jul 2016 15:11:42 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 X-TM-AS-MML: disable Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- This patch can be applied to integration-20160704(2355a7e5dcdf122d1924) --- cmds-dedupe-ib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-dedupe-ib.c b/cmds-dedupe-ib.c index 342784c..dbb30ab 100644 --- a/cmds-dedupe-ib.c +++ b/cmds-dedupe-ib.c @@ -132,7 +132,7 @@ static int enable_reconfig_dedupe(int argc, char **argv, int reconf) { "hash-algorithm", required_argument, NULL, 'a'}, { "limit-hash", required_argument, NULL, 'l'}, { "limit-memory", required_argument, NULL, 'm'}, - { "force", required_argument, NULL, 'f'}, + { "force", no_argument, NULL, 'f'}, { NULL, 0, NULL, 0} };