diff: resplit Applier from Differ
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
committed by
Derek McGowan
parent
b268261446
commit
b580441f91
@@ -42,5 +42,5 @@ func Diff(ctx context.Context, snapshotID string, sn snapshots.Snapshotter, d di
|
||||
defer sn.Remove(ctx, upperKey)
|
||||
}
|
||||
|
||||
return d.DiffMounts(ctx, lower, upper, opts...)
|
||||
return d.Diff(ctx, lower, upper, opts...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user