Comment: add some lines back

Signed-off-by: Hu Keping <hukeping@huawei.com>
Upstream-commit: a066b94ef0b4e7d90a6418429b056883e407b665
Component: engine
This commit is contained in:
Hu Keping
2015-10-12 19:34:58 +08:00
parent b34ed2cbab
commit 89e0fe4844
@@ -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