summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/fs.c')
-rw-r--r--shlibs/mount/src/fs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shlibs/mount/src/fs.c b/shlibs/mount/src/fs.c
index 56a3b977a..851c5f9b5 100644
--- a/shlibs/mount/src/fs.c
+++ b/shlibs/mount/src/fs.c
@@ -353,6 +353,10 @@ int mnt_fs_set_optstr(mnt_fs *fs, const char *optstr)
free(fs->vfs_optstr);
fs->fs_optstr = fs->vfs_optstr = NULL;
+ /* TODO: it would be possible to use built-in maps of options
+ * and differentiate between VFS and FS options, then we can
+ * set fs_optstr and vfs_optstr */
+
fs->optstr = p;
return 0;