ffs_inactive moves to ufs_inactive
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 14 Nov 1992 08:53:57 +0000 (00:53 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 14 Nov 1992 08:53:57 +0000 (00:53 -0800)
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.15
SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.17
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.17

usr/src/sys/ufs/ffs/ffs_extern.h
usr/src/sys/ufs/ffs/ufs_extern.h
usr/src/sys/ufs/ufs/ufs_extern.h

index e417139..a68b32d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ffs_extern.h        7.14 (Berkeley) %G%
+ *     @(#)ffs_extern.h        7.15 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -35,7 +35,6 @@ int   ffs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
            struct vnode **, int *, struct ucred **));
 void   ffs_fragacct __P((struct fs *, int, long [], int));
 int    ffs_fsync __P((struct vop_fsync_args *));
            struct vnode **, int *, struct ucred **));
 void   ffs_fragacct __P((struct fs *, int, long [], int));
 int    ffs_fsync __P((struct vop_fsync_args *));
-int    ffs_inactive __P((struct vop_inactive_args *));
 int    ffs_init __P((void));
 int    ffs_isblock __P((struct fs *, u_char *, daddr_t));
 int    ffs_mount __P((struct mount *,
 int    ffs_init __P((void));
 int    ffs_isblock __P((struct fs *, u_char *, daddr_t));
 int    ffs_mount __P((struct mount *,
index c1b5dc4..6756939 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ufs_extern.h        7.16 (Berkeley) %G%
+ *     @(#)ufs_extern.h        7.17 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -58,6 +58,7 @@ void   ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
 void    ufs_ihashrem __P((struct inode *));
 void    ufs_ilock __P((struct inode *));
 void    ufs_ihashins __P((struct inode *));
 void    ufs_ihashrem __P((struct inode *));
 void    ufs_ilock __P((struct inode *));
+int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));
 int     ufs_ioctl __P((struct vop_ioctl_args *));
 void    ufs_iput __P((struct inode *));
 int     ufs_init __P((void));
 int     ufs_ioctl __P((struct vop_ioctl_args *));
 void    ufs_iput __P((struct inode *));
index c1b5dc4..6756939 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ufs_extern.h        7.16 (Berkeley) %G%
+ *     @(#)ufs_extern.h        7.17 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -58,6 +58,7 @@ void   ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
 void    ufs_ihashrem __P((struct inode *));
 void    ufs_ilock __P((struct inode *));
 void    ufs_ihashins __P((struct inode *));
 void    ufs_ihashrem __P((struct inode *));
 void    ufs_ilock __P((struct inode *));
+int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));
 int     ufs_ioctl __P((struct vop_ioctl_args *));
 void    ufs_iput __P((struct inode *));
 int     ufs_init __P((void));
 int     ufs_ioctl __P((struct vop_ioctl_args *));
 void    ufs_iput __P((struct inode *));