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
|
return fuse.OK
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// BrokenAtimeOmit means that atime support is broken.
|
||||||
// TODO drop this once https://github.com/hanwen/go-fuse/pull/131 is
|
// TODO drop this once https://github.com/hanwen/go-fuse/pull/131 is
|
||||||
// merged
|
// merged
|
||||||
const BrokenAtimeOmit = true
|
const BrokenAtimeOmit = true
|
||||||
|
@ -41,7 +41,7 @@ type testcaseMatrix struct {
|
|||||||
Aessiv bool
|
Aessiv bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var matrix []testcaseMatrix = []testcaseMatrix{
|
var matrix = []testcaseMatrix{
|
||||||
// Normal
|
// Normal
|
||||||
{false, "auto", false},
|
{false, "auto", false},
|
||||||
{false, "true", false},
|
{false, "true", false},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user