Browse code

Comment: add some lines back

Signed-off-by: Hu Keping <hukeping@huawei.com>

Hu Keping authored on 2015/10/12 20:34:58
Showing 1 changed files
... ...
@@ -48,6 +48,7 @@ type ProtoDriver interface {
48 48
 	// String returns a string representation of this driver.
49 49
 	String() string
50 50
 	// Create creates a new, empty, filesystem layer with the
51
+	// specified id and parent. Parent may be "".
51 52
 	Create(id, parent string) error
52 53
 	// Remove attempts to remove the filesystem layer with this id.
53 54
 	Remove(id string) error