lint fixes
This commit is contained in:
parent
891a3b4c8a
commit
600ceece35
@ -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
|
||||
|
@ -41,7 +41,7 @@ type testcaseMatrix struct {
|
||||
Aessiv bool
|
||||
}
|
||||
|
||||
var matrix []testcaseMatrix = []testcaseMatrix{
|
||||
var matrix = []testcaseMatrix{
|
||||
// Normal
|
||||
{false, "auto", false},
|
||||
{false, "true", false},
|
||||
|
Loading…
Reference in New Issue
Block a user