Commit 62af879
committed
fix: umount: delete the right metapath
We were deleting /run/atomfs/meta/ID/destpath/meta/ID/destpath.
So doing
atomfs mount oci:a dest
atomfs umount dest
atomfs mount oci:a dest
would fail as /run/atomfs/meta/ID/destpath still existed.
Signed-off-by: Serge Hallyn <serge@hallyn.com>1 parent 528a53f commit 62af879
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
| 418 | + | |
423 | 419 | | |
424 | 420 | | |
425 | 421 | | |
| |||
0 commit comments