IUPDAT fast inline from inline.h in stat()
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Tue, 15 Apr 1980 00:58:04 +0000 (16:58 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Tue, 15 Apr 1980 00:58:04 +0000 (16:58 -0800)
SCCS-vsn: sys/kern/vfs_syscalls.c 3.2
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 3.2
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 3.2
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 3.2
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 3.2

usr/src/sys/kern/vfs_syscalls.c
usr/src/sys/ufs/ffs/ffs_vnops.c
usr/src/sys/ufs/ffs/ufs_vnops.c
usr/src/sys/ufs/lfs/lfs_vnops.c
usr/src/sys/ufs/ufs/ufs_vnops.c

index b9b8217..9086524 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_syscalls.c  3.1     %H%     */
+/*     vfs_syscalls.c  3.2     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -13,6 +13,7 @@
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
+#include "../h/inline.h"
 
 /*
  * the fstat system call.
 
 /*
  * the fstat system call.
@@ -64,7 +65,7 @@ off_t pipeadj;
        register struct buf *bp;
        struct stat ds;
 
        register struct buf *bp;
        struct stat ds;
 
-       iupdat(ip, &time, &time);
+       IUPDAT(ip, &time, &time);
        /*
         * first copy from inode table
         */
        /*
         * first copy from inode table
         */
index 5868ae6..90447cc 100644 (file)
@@ -1,4 +1,4 @@
-/*     ffs_vnops.c     3.1     %H%     */
+/*     ffs_vnops.c     3.2     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -13,6 +13,7 @@
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
+#include "../h/inline.h"
 
 /*
  * the fstat system call.
 
 /*
  * the fstat system call.
@@ -64,7 +65,7 @@ off_t pipeadj;
        register struct buf *bp;
        struct stat ds;
 
        register struct buf *bp;
        struct stat ds;
 
-       iupdat(ip, &time, &time);
+       IUPDAT(ip, &time, &time);
        /*
         * first copy from inode table
         */
        /*
         * first copy from inode table
         */
index 7483dec..fc591bc 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_vnops.c     3.1     %H%     */
+/*     ufs_vnops.c     3.2     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -13,6 +13,7 @@
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
+#include "../h/inline.h"
 
 /*
  * the fstat system call.
 
 /*
  * the fstat system call.
@@ -64,7 +65,7 @@ off_t pipeadj;
        register struct buf *bp;
        struct stat ds;
 
        register struct buf *bp;
        struct stat ds;
 
-       iupdat(ip, &time, &time);
+       IUPDAT(ip, &time, &time);
        /*
         * first copy from inode table
         */
        /*
         * first copy from inode table
         */
index fd6c2ba..087eb4d 100644 (file)
@@ -1,4 +1,4 @@
-/*     lfs_vnops.c     3.1     %H%     */
+/*     lfs_vnops.c     3.2     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -13,6 +13,7 @@
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
+#include "../h/inline.h"
 
 /*
  * the fstat system call.
 
 /*
  * the fstat system call.
@@ -64,7 +65,7 @@ off_t pipeadj;
        register struct buf *bp;
        struct stat ds;
 
        register struct buf *bp;
        struct stat ds;
 
-       iupdat(ip, &time, &time);
+       IUPDAT(ip, &time, &time);
        /*
         * first copy from inode table
         */
        /*
         * first copy from inode table
         */
index 7483dec..fc591bc 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_vnops.c     3.1     %H%     */
+/*     ufs_vnops.c     3.2     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -13,6 +13,7 @@
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
 #include "../h/file.h"
 #include "../h/conf.h"
 #include "../h/stat.h"
+#include "../h/inline.h"
 
 /*
  * the fstat system call.
 
 /*
  * the fstat system call.
@@ -64,7 +65,7 @@ off_t pipeadj;
        register struct buf *bp;
        struct stat ds;
 
        register struct buf *bp;
        struct stat ds;
 
-       iupdat(ip, &time, &time);
+       IUPDAT(ip, &time, &time);
        /*
         * first copy from inode table
         */
        /*
         * first copy from inode table
         */