clean crashes!
[unix-history] / usr / src / sys / kern / vfs_syscalls.c
index c806cd6..6e95f4f 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_syscalls.c  4.15    81/11/18        */
+/*     vfs_syscalls.c  4.16    82/01/16        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -224,7 +224,7 @@ sumount()
        if (u.u_error)
                return;
        xumount(dev);   /* remove unused sticky files from text table */
        if (u.u_error)
                return;
        xumount(dev);   /* remove unused sticky files from text table */
-       update();
+       update(0);
        for (mp = &mount[0]; mp < &mount[NMOUNT]; mp++)
                if (mp->m_bufp != NULL && dev == mp->m_dev)
                        goto found;
        for (mp = &mount[0]; mp < &mount[NMOUNT]; mp++)
                if (mp->m_bufp != NULL && dev == mp->m_dev)
                        goto found;