allow the 'flush' mount option for vfat
authorDavid Zeuthen <davidz@redhat.com>
Wed, 15 Apr 2009 18:39:18 +0000 (14:39 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 15 Apr 2009 18:39:18 +0000 (14:39 -0400)
src/devkit-disks-device.c

index 05a7a3c..633d716 100644 (file)
@@ -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=",