summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fish/options.c b/fish/options.c
index b3ad6751..764c8092 100644
--- a/fish/options.c
+++ b/fish/options.c
@@ -124,10 +124,6 @@ mount_mps (struct mp *mp)
else
options = "";
- /* Don't use guestfs_mount here because that will default to mount
- * options -o sync,noatime. For more information, see guestfs(3)
- * section "LIBGUESTFS GOTCHAS".
- */
r = guestfs_mount_options (g, options, mp->device, mp->mountpoint);
if (r == -1) {
display_mountpoints_on_failure (mp->device);