Skip to content

Commit 74d2d13

Browse files
committed
Revert "cmdlib: workaround rofiles-fuse mounts leaking"
This reverts commit ba45b29.
1 parent 89f78b4 commit 74d2d13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmdlib.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,6 @@ else
759759
fi
760760
echo \$rc > ${rc_file}
761761
if [ -n "\${cachedev}" ]; then
762-
# XXX: brutal workaround for https://github.com/coreos/coreos-assembler/issues/3848
763-
killall rofiles-fuse || :
764762
/sbin/fstrim -v ${workdir}/cache
765763
mount -o remount,ro ${workdir}/cache
766764
fsfreeze -f ${workdir}/cache

0 commit comments

Comments
 (0)