summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/fusefrontend/file.go1
-rw-r--r--tests/matrix/matrix_test.go2
2 files changed, 2 insertions, 1 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
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go
index 0dcc76b..9d42115 100644
--- a/tests/matrix/matrix_test.go
+++ b/tests/matrix/matrix_test.go
@@ -41,7 +41,7 @@ type testcaseMatrix struct {
Aessiv bool
}
-var matrix []testcaseMatrix = []testcaseMatrix{
+var matrix = []testcaseMatrix{
// Normal
{false, "auto", false},
{false, "true", false},