swapfiles: do not try to unmount all tmpfs mounts

This is handled in the swap script, so it should not be done here as
well.

X-Gentoo-Bug: 477534
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477534
This commit is contained in:
William Hubbs 2013-07-26 12:15:29 -05:00
parent 9ebd5a6aff
commit e942e88b8c

View File

@ -21,14 +21,6 @@ start()
stop()
{
ebegin "Deactivating additional swap space"
# Try to unmount all tmpfs filesystems not in use, else a deadlock may
# occur. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
# fixme: Do we need this here since we are only unmounting swap files
# and loopback swap?
cd "$RC_SVCDIR"
umount -a -t tmpfs 2>/dev/null
case "$RC_UNAME" in
Linux)
if [ -e /proc/swaps ]; then