linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [mtd-utils patch] mkfs.jffs2: fix --enable-compressor
@ 2010-02-24 13:32 Adrian Bunk
  2010-03-31 13:50 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2010-02-24 13:32 UTC (permalink / raw)
  To: linux-mtd

The short option -X was working, but the documented long option
--enable-compressor was missing.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
 mkfs.jffs2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c
index 23a8cf8..64cafb6 100644
--- a/mkfs.jffs2.c
+++ b/mkfs.jffs2.c
@@ -1468,6 +1468,7 @@ static struct option long_options[] = {
 	{"devtable", 1, NULL, 'D'},
 	{"compression-mode", 1, NULL, 'm'},
 	{"disable-compressor", 1, NULL, 'x'},
+	{"enable-compressor", 1, NULL, 'X'},
 	{"test-compression", 0, NULL, 't'},
 	{"compressor-priority", 1, NULL, 'y'},
 	{"incremental", 1, NULL, 'i'},
-- 
1.7.0

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

* Re: [mtd-utils patch] mkfs.jffs2: fix --enable-compressor
  2010-02-24 13:32 [mtd-utils patch] mkfs.jffs2: fix --enable-compressor Adrian Bunk
@ 2010-03-31 13:50 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-03-31 13:50 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-mtd

On Wed, 2010-02-24 at 15:32 +0200, Adrian Bunk wrote:
> The short option -X was working, but the documented long option
> --enable-compressor was missing.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Pushed to the mtd-utils.git tree, thanks!

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

end of thread, other threads:[~2010-03-31 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 13:32 [mtd-utils patch] mkfs.jffs2: fix --enable-compressor Adrian Bunk
2010-03-31 13:50 ` Artem Bityutskiy

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).