From 600ceece359d835934ad039bdd0e83cd647c410f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 19 Oct 2016 01:12:45 +0200 Subject: lint fixes --- internal/fusefrontend/file.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/fusefrontend') 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 -- cgit v1.2.3