Revert "fuse: shutdown fuse on reboot/poweroff"

This reverts commit 42e409745c9860590abdda795ba5b94092eaadc6.
This commit is contained in:
Stephan Raue 2011-09-12 19:17:47 +02:00
parent 8c0b1df278
commit 348593dcfb

View File

@ -30,7 +30,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping Fuse"
umount /sys/fs/fuse/connections
;;
esac