mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
graphdriver/zfs: fix GetMetadata() comment
Commite27c904
added a wrong and misleading comment to GetMetadata(). Fix it using the wording from commit407a626
which introduced GetMetadata(). Signed-off-by: Kir Kolyshkin <kir@openvz.org>
This commit is contained in:
parent
f5f7fee2ec
commit
15a232fd06
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ func (d *Driver) Status() [][2]string {
|
|||
}
|
||||
}
|
||||
|
||||
// GetMetadata is used for implementing the graphdriver.ProtoDriver interface. ZFS does not currently have any meta data.
|
||||
// GetMetadata returns image/container metadata related to graph driver
|
||||
func (d *Driver) GetMetadata(id string) (map[string]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue