Explorar o código

Add fixme for the change detection

Guillaume J. Charmes %!s(int64=12) %!d(string=hai) anos
pai
achega
804abddec1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      fs/store.go

+ 2 - 0
fs/store.go

@@ -307,6 +307,8 @@ func (image *Image) Mount(root, rw string) (*Mountpoint, error) {
 	}
 	}
 
 
 	// FIXME: Create tests for deletion
 	// FIXME: Create tests for deletion
+	// FIXME: move this part to change.go, maybe refactor
+	//        fs.Change() to avoid the fake mountpoint
 	// Retrieve the changeset from the parent and apply it to the container
 	// Retrieve the changeset from the parent and apply it to the container
 	//  - Retrieve the changes
 	//  - Retrieve the changes
 	changes, err := image.store.Changes(&Mountpoint{
 	changes, err := image.store.Changes(&Mountpoint{