From: David Zeuthen Date: Wed, 15 Apr 2009 18:39:18 +0000 (-0400) Subject: allow the 'flush' mount option for vfat X-Git-Tag: upstream/2.1.2~861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab9c11fee376355449588adf4222702458361040;p=platform%2Fupstream%2Fudisks2.git allow the 'flush' mount option for vfat --- diff --git a/src/devkit-disks-device.c b/src/devkit-disks-device.c index 05a7a3c..633d716 100644 --- a/src/devkit-disks-device.c +++ b/src/devkit-disks-device.c @@ -4064,7 +4064,8 @@ static const char *vfat_defaults[] = {"uid=", "dmask=0077", "utf8=1", NULL}; -static const char *vfat_allow[] = {"utf8=", +static const char *vfat_allow[] = {"flush", + "utf8=", "shortname=", "umask=", "dmask=",