diff mbox

btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument

Message ID 3042cdcf-7a4a-4524-2b4f-af24f5a8b42f@jp.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Satoru Takeuchi July 8, 2016, 6:11 a.m. UTC
---
This patch can be applied to integration-20160704(2355a7e5dcdf122d1924)
---
 cmds-dedupe-ib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Sterba July 11, 2016, 10:28 a.m. UTC | #1
On Fri, Jul 08, 2016 at 03:11:42PM +0900, Satoru Takeuchi wrote:
> ---
> This patch can be applied to integration-20160704(2355a7e5dcdf122d1924)

I will not apply this separately, this should be folded to the proper
patchset.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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}
 		};