Hello Jiro,
Jiro SEKIBA [2010-10-15 13:44 +0900]:
> This patch quotes/escapes label string for nilfs-tune.
Thanks, applied.
Martin
--
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
___
validate_and_escape_label will only escapes '"'.
However, string '\"' will be escaped to '\\"' which leads unmatched
double quote for shell string in result.
This adds escaping '\' in validate_and_escape_label to avoid the problem.
Signed-off-by: Jiro SEKIBA
---
src/helpers/job-shared.h |5
This patch quotes/escapes label string for nilfs-tune.
Signed-off-by: Jiro SEKIBA
---
src/helpers/job-change-filesystem-label.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/helpers/job-change-filesystem-label.c
b/src/helpers/job-change-filesystem-label.c
inde
At Thu, 14 Oct 2010 06:17:30 -0700,
Dan Nicholson wrote:
>
> On Wed, Oct 13, 2010 at 10:56 PM, Jiro SEKIBA wrote:
> > Hi,
> >
> > This is a patch to support renaming label of nilfs2 partition.
> > Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.20.
> >
> > This patch enables the la
On Wed, Oct 13, 2010 at 10:56 PM, Jiro SEKIBA wrote:
> Hi,
>
> This is a patch to support renaming label of nilfs2 partition.
> Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.20.
>
> This patch enables the label test excluded for lacking utility.
>
> Signed-off-by: Jiro SEKIBA
> -
Hello Jiro,
Jiro SEKIBA [2010-10-14 14:56 +0900]:
> This is a patch to support renaming label of nilfs2 partition.
> Renaming is done by nilfs2-tune, which is in nilfs2-util > 2.0.20.
This looks fine, thanks! Pushed.
Martin
--
Martin Pitt| http://www.piware.de
Ubuntu Dev