Add cimfs differ and snapshotter
Details about CimFs project are discussed in #8346 Signed-off-by: Amit Barve <ambarve@microsoft.com>
This commit is contained in:
2
vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/compact.go
generated
vendored
2
vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/compact.go
generated
vendored
@@ -604,7 +604,7 @@ func (w *Writer) Create(name string, f *File) error {
|
||||
}
|
||||
child, err := w.makeInode(f, reuse)
|
||||
if err != nil {
|
||||
return fmt.Errorf("%s: %s", name, err)
|
||||
return fmt.Errorf("%s: %w", name, err)
|
||||
}
|
||||
if existing != child {
|
||||
if existing != nil {
|
||||
|
||||
Reference in New Issue
Block a user