aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/file.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-19 01:12:45 +0200
committerJakob Unterwurzacher2016-10-19 01:12:45 +0200
commit600ceece359d835934ad039bdd0e83cd647c410f (patch)
tree6f292d9ff0bf7dc390c9a0920619083d8f23370e /internal/fusefrontend/file.go
parent891a3b4c8a02edc6b7c2163bce8827a70deab285 (diff)
lint fixes
Diffstat (limited to 'internal/fusefrontend/file.go')
-rw-r--r--internal/fusefrontend/file.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/fusefrontend/file.go b/internal/fusefrontend/file.go
index b625f6c..2692c70 100644
--- a/internal/fusefrontend/file.go
+++ b/internal/fusefrontend/file.go
@@ -386,6 +386,7 @@ func (f *file) GetAttr(a *fuse.Attr) fuse.Status {
return fuse.OK
}
+// BrokenAtimeOmit means that atime support is broken.
// TODO drop this once https://github.com/hanwen/go-fuse/pull/131 is
// merged
const BrokenAtimeOmit = true