moby--moby/daemon/graphdriver/vfs
Sebastiaan van Stijn 3926b5f09d
structcheck: nolint for false positives
```
builder/fscache/fscache.go:505:2: `src` is unused (structcheck)
builder/fscache/fscache.go:507:2: `cached` is unused (structcheck)

daemon/graphdriver/vfs/quota_linux.go:9:2: `quotaCtl` is unused (structcheck)
daemon/graphdriver/vfs/quota_linux.go:10:2: `quotaOpt` is unused (structcheck)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:44 +02:00
..
copy_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
copy_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver.go goimports: fix imports 2019-09-18 12:56:54 +02:00
quota_linux.go structcheck: nolint for false positives 2019-09-18 12:57:44 +02:00
quota_unsupported.go add vfs quota for daemon storage-opts 2019-03-11 21:07:29 +08:00
vfs_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00