Skip to content

Commit f2635a6

Browse files
committed
Revert "cmdlib: workaround rofiles-fuse mounts leaking"
This reverts commit ba45b29.
1 parent daa7046 commit f2635a6

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
@@ -758,8 +758,6 @@ else
758758
fi
759759
echo \$rc > ${rc_file}
760760
if [ -n "\${cachedev}" ]; then
761-
# XXX: brutal workaround for https://github.com/coreos/coreos-assembler/issues/3848
762-
killall rofiles-fuse || :
763761
/sbin/fstrim -v ${workdir}/cache
764762
mount -o remount,ro ${workdir}/cache
765763
fsfreeze -f ${workdir}/cache

0 commit comments

Comments
 (0)