Skip to content

Commit

Permalink
Update containerd (Nov 29, 2017)
Browse files Browse the repository at this point in the history
For containerd/containerd#1728

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Nov 29, 2017
1 parent b7174bd commit 5707c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aufs.go
Expand Up @@ -431,3 +431,7 @@ func useDirperm() bool {
})
return dirpermEnabled
}

func (o *snapshotter) Close() error {
return o.ms.Close()
}
2 changes: 1 addition & 1 deletion aufs_test.go
Expand Up @@ -31,6 +31,6 @@ func TestAufs(t *testing.T) {
if err != nil {
return nil, nil, err
}
return s, nil, nil
return s, s.Close, nil
})
}

0 comments on commit 5707c1f

Please sign in to comment.