From: David Zeuthen Date: Fri, 26 Aug 2011 17:09:41 +0000 (-0400) Subject: Revert "Escape NTFS labels properly" X-Git-Tag: upstream/2.1.2~504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f6fda1843b0fbb2c65fee578ee8ab1d20733fb3;p=platform%2Fupstream%2Fudisks2.git Revert "Escape NTFS labels properly" This reverts commit 774e8353e7753d118b449310c03d9f811cef7c3a. --- diff --git a/src/helpers/job-change-filesystem-label.c b/src/helpers/job-change-filesystem-label.c index 5017b58..ec826fc 100644 --- a/src/helpers/job-change-filesystem-label.c +++ b/src/helpers/job-change-filesystem-label.c @@ -101,8 +101,6 @@ main (int argc, } else if (strcmp (fstype, "ntfs") == 0) { - if (!validate_and_escape_label (&new_label, 128)) - goto out; command_line = g_strdup_printf ("ntfslabel %s \"%s\"", device, new_label); } else if (strcmp (fstype, "nilfs2") == 0)