mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
btrfs: Add comment to Put()
Document why we don't need to do anything in Put(). Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
This commit is contained in:
@@ -206,6 +206,8 @@ func (d *Driver) Get(id string) (string, error) {
|
||||
}
|
||||
|
||||
func (d *Driver) Put(id string) {
|
||||
// Get() creates no runtime resources (like e.g. mounts)
|
||||
// so this doesn't need to do anything.
|
||||
}
|
||||
|
||||
func (d *Driver) Exists(id string) bool {
|
||||
|
||||
Reference in New Issue
Block a user