From 216a6d16abdfbc36a5514df34f59507ef825e33e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 24 May 2012 14:50:00 +0100 Subject: fish: Remove inaccurate comment from code. --- fish/options.c | 4 ---- 1 file changed, 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); -- cgit