summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHielke Christian Braun <hcb@unco.de>2016-07-26 16:07:40 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2016-07-26 16:07:55 +0200
commit4330ef9ab13810419ddd1360b2e5b9368e76eb3d (patch)
tree52f3f7d320f1df8652fcc266ca56c697309a2c42
parentf38c12d1ae58ab6fcf2389d2b7ce62be008fb545 (diff)
downloadudisks-4330ef9ab13810419ddd1360b2e5b9368e76eb3d.tar.gz
Allow NTFS mount option "big_writes"
https://bugs.freedesktop.org/show_bug.cgi?id=95394
-rw-r--r--src/udiskslinuxfilesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udiskslinuxfilesystem.c b/src/udiskslinuxfilesystem.c
index 68f7c4d..02256aa 100644
--- a/src/udiskslinuxfilesystem.c
+++ b/src/udiskslinuxfilesystem.c
@@ -293,7 +293,7 @@ static const gchar *vfat_allow_gid_self[] = { "gid=", NULL };
/* this is assuming that ntfs-3g is used */
static const gchar *ntfs_defaults[] = { "uid=", "gid=", NULL };
-static const gchar *ntfs_allow[] = { "umask=", "dmask=", "fmask=", "locale=", "norecover", "ignore_case", "windows_names", "compression", "nocompression", NULL };
+static const gchar *ntfs_allow[] = { "umask=", "dmask=", "fmask=", "locale=", "norecover", "ignore_case", "windows_names", "compression", "nocompression", "big_writes", NULL };
static const gchar *ntfs_allow_uid_self[] = { "uid=", NULL };
static const gchar *ntfs_allow_gid_self[] = { "gid=", NULL };