linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument
@ 2016-07-08  6:11 Satoru Takeuchi
  2016-07-11 10:28 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2016-07-08  6:11 UTC (permalink / raw)
  To: linux-btrfs@vger.kernel.org; +Cc: Qu Wenruo

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

-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument
  2016-07-08  6:11 [PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument Satoru Takeuchi
@ 2016-07-11 10:28 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2016-07-11 10:28 UTC (permalink / raw)
  To: Satoru Takeuchi; +Cc: linux-btrfs@vger.kernel.org, Qu Wenruo

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-11 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08  6:11 [PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument Satoru Takeuchi
2016-07-11 10:28 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).