Browse Source

Merge pull request #16929 from HuKeping/add-back

Comment: add some lines back
Alexander Morozov 9 years ago
parent
commit
9273c53d83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      daemon/graphdriver/driver.go

+ 1 - 0
daemon/graphdriver/driver.go

@@ -48,6 +48,7 @@ type ProtoDriver interface {
 	// String returns a string representation of this driver.
 	String() string
 	// Create creates a new, empty, filesystem layer with the
+	// specified id and parent. Parent may be "".
 	Create(id, parent string) error
 	// Remove attempts to remove the filesystem layer with this id.
 	Remove(id string) error