* [PATCH] mkfs.ubifs: -U option does not take an argument
@ 2009-05-10 6:41 Kevin Cernekee
2009-05-11 12:56 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Cernekee @ 2009-05-10 6:41 UTC (permalink / raw)
To: linux-mtd
The long form (--squash-uids) is correct, but the short form (-U) is not.
Signed-off-by: Kevin Cernekee <kpc.mtd@gmail.com>
diff -ru mtd-utils.orig/mkfs.ubifs/mkfs.ubifs.c mtd-utils/mkfs.ubifs/mkfs.ubifs.c
--- mtd-utils.orig/mkfs.ubifs/mkfs.ubifs.c 2009-03-17 12:12:09.000000000 -0700
+++ mtd-utils/mkfs.ubifs/mkfs.ubifs.c 2009-05-09 23:37:19.000000000 -0700
@@ -128,7 +128,7 @@
/* Inode creation sequence number */
static unsigned long long creat_sqnum;
-static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:P:k:x:X:j:R:l:j:U:";
+static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:P:k:x:X:j:R:l:j:U";
static const struct option longopts[] = {
{"root", 1, NULL, 'r'},
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mkfs.ubifs: -U option does not take an argument
2009-05-10 6:41 [PATCH] mkfs.ubifs: -U option does not take an argument Kevin Cernekee
@ 2009-05-11 12:56 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2009-05-11 12:56 UTC (permalink / raw)
To: Kevin Cernekee; +Cc: linux-mtd
On Sat, 2009-05-09 at 23:41 -0700, Kevin Cernekee wrote:
> The long form (--squash-uids) is correct, but the short form (-U) is not.
>
> Signed-off-by: Kevin Cernekee <kpc.mtd@gmail.com>
Pushed, thank you!
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-11 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-10 6:41 [PATCH] mkfs.ubifs: -U option does not take an argument Kevin Cernekee
2009-05-11 12:56 ` 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).