From bbd810425b819318fda48f390fec818c20bbff39 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 19 Apr 2009 11:15:37 +0000 Subject: Move special umount of tmpfs to the swap init script where it belongs, #149. --- init.d/localmount.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.d/localmount.in') diff --git a/init.d/localmount.in b/init.d/localmount.in index 07a95e88..2cdc0c57 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -52,12 +52,6 @@ stop() # Flush all pending disk writes now sync; sync - # Try to unmount all tmpfs filesystems not in use, else a deadlock may - # occure, bug #13599. - # As $RC_SVCDIR may also be tmpfs we cd to it to lock it - cd "${RC_SVCDIR}" - umount -a -t tmpfs 2>/dev/null - . "${RC_LIBDIR}"/sh/rc-mount.sh # Umount loopback devices -- cgit v1.2.3