summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-05-24 14:50:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-05-24 14:50:00 +0100
commit216a6d16abdfbc36a5514df34f59507ef825e33e (patch)
tree979bbad43bae8688cc5cf2026d8870d61f751589 /fish
parentd5d9ceee8b56a10761e207ad9970ebf704fc46e8 (diff)
downloadlibguestfs-216a6d16abdfbc36a5514df34f59507ef825e33e.tar.gz
libguestfs-216a6d16abdfbc36a5514df34f59507ef825e33e.tar.xz
libguestfs-216a6d16abdfbc36a5514df34f59507ef825e33e.zip
fish: Remove inaccurate comment from code.
Diffstat (limited to 'fish')
-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);