moby--moby/daemon/graphdriver/aufs
Sebastiaan van Stijn af3bbcc00c
aufs: SA4011: did you mean to break out of the outer loop? (staticcheck)
As caught by staticcheck (after disabling the default exclusion rules);

Based on the comment, this break was indeed meant to break the
loop and return the error.

```
daemon/graphdriver/aufs/mount.go:54:4: SA4011: ineffective break statement. Did you mean to break out of the outer loop? (staticcheck)
			break
			^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-18 00:46:00 +02:00
..
aufs.go Revert "aufs: remove mntL" 2019-06-03 10:42:45 -07:00
aufs_test.go graphdriver/aufs: SA4021: x = append(y) is equivalent to x = y (staticcheck) 2019-10-18 00:45:29 +02:00
dirs.go Various code-cleanup 2018-05-23 17:50:54 +02:00
mount.go aufs: SA4011: did you mean to break out of the outer loop? (staticcheck) 2019-10-18 00:46:00 +02:00