clean crashes!
[unix-history] / usr / src / sys / ufs / lfs / lfs_vnops.c
index b155f16..c694906 100644 (file)
@@ -1,4 +1,4 @@
-/*     lfs_vnops.c     4.15    81/11/18        */
+/*     lfs_vnops.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;