diff --git a/file_system.go b/file_system.go index a0253ad..955e5f7 100644 --- a/file_system.go +++ b/file_system.go @@ -243,9 +243,8 @@ type FileSystem interface { // is not. // // Note that one potentially significant case where this is *not* called is - // munmap(2). (Cf. http://goo.gl/7n1r9X, fuse-devel mailing list thread from - // Han-Wen Nienhuys on 2014-10-08.) Even if users close(2) after writing to - // an mmap'd file, on OS X the contents are not immediately flushed (cf. + // munmap(2) (cf. http://goo.gl/j8B9g0). Even if users close(2) after writing + // to an mmap'd file, on OS X the contents are not immediately flushed (cf. // https://github.com/osxfuse/osxfuse/issues/202). // // Because of cases like dup2(2), calls to FlushFile are not necessarily one