Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Sep 16, 2024
1 parent 952ad4c commit ddfae82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fuse/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ func (ms *Server) RecordLatencies(l LatencyMap) {
// Unmount calls fusermount -u on the mount. This has the effect of
// shutting down the filesystem. After the Server is unmounted, it
// should be discarded.
//
// Does not work when we were mounted with the magic /dev/fd/N mountpoint syntax,
// as we do not know the real mountpoint. Unmount using
//
// fusermount -u /path/to/real/mountpoint
//
// / in this case.
func (ms *Server) Unmount() (err error) {
if ms.mountPoint == "" {
return nil
Expand Down

0 comments on commit ddfae82

Please sign in to comment.