Message ID | 3042cdcf-7a4a-4524-2b4f-af24f5a8b42f@jp.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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} };