containerd/snapshots
Ace-Tang 7faaa64cf9 fix: miss remove temp file in createSnapshot
```
func foo() error {

defer func() {
    if err != nil {
	...
    }
}()
...
}
```
use defer func to do something when err not nil, if foo() not use
named error, `err != nil` can not catch all errors, since when err
re-defined in if condition, it is a new variable.

Signed-off-by: Ace-Tang <aceapril@126.com>
2018-12-24 23:01:56 +08:00
..
btrfs Change unsupported snapshot warnings to INFO 2018-10-26 12:44:14 -04:00
lcow Revendor github.com/Microsoft/hcsshim 2018-10-15 13:38:24 -07:00
native fix: miss remove temp file in createSnapshot 2018-12-24 23:01:56 +08:00
overlay fix: miss remove temp file in createSnapshot 2018-12-24 23:01:56 +08:00
proxy Rename remote snapshotter to proxy 2018-05-08 14:45:57 -07:00
storage boltdb/bolt --> go.etcd.io/bbolt 2018-09-12 15:23:57 -07:00
testsuite Change unsupported snapshot warnings to INFO 2018-10-26 12:44:14 -04:00
windows Dismount sandbox VHD on snapshot remove 2018-10-10 13:35:06 -07:00
snapshotter.go Licence header added 2018-02-19 10:32:26 +09:00