IUPDAT fast inline from inline.h in stat()
[unix-history] / usr / src / sys / kern / vfs_syscalls.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
         */