From ab9c11fee376355449588adf4222702458361040 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 15 Apr 2009 14:39:18 -0400 Subject: [PATCH] allow the 'flush' mount option for vfat --- src/devkit-disks-device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=", -- 2.7.4