From c07ebfa1e02d208ab12430e6791ea147bcfaf9c0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:46 +0100 Subject: Imported from util-linux-2.11b tarball. --- mount/umount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mount/umount.c') diff --git a/mount/umount.c b/mount/umount.c index 24622bc98..1843e08e5 100644 --- a/mount/umount.c +++ b/mount/umount.c @@ -52,7 +52,7 @@ #include #endif -#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__) +#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__) && !defined(__mips__) /* Interesting ... it seems libc knows about MNT_FORCE and presumably about umount2 as well -- need not do anything */ #else /* MNT_FORCE */ @@ -378,7 +378,7 @@ umount_one_bw (const char *file, struct mntentchn *mc) { } /* Unmount all filesystems of type VFSTYPES found in mtab. Since we are - concurrently updating mtab after every succesful umount, we have to + concurrently updating mtab after every successful umount, we have to slurp in the entire file before we start. This isn't too bad, because in any case it's important to umount mtab entries in reverse order to mount, e.g. /usr/spool before /usr. */ -- cgit v1.2.3-55-g7522