Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/miscfs/umapfs pullup 1.13->1.14 (wrstuden)



details:   https://anonhg.NetBSD.org/src/rev/a400e2329da2
branches:  netbsd-1-4
changeset: 468911:a400e2329da2
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 22:28:28 1999 +0000

description:
pullup 1.13->1.14 (wrstuden)

diffstat:

 sys/miscfs/umapfs/umap_vnops.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 5d121f2dba07 -r a400e2329da2 sys/miscfs/umapfs/umap_vnops.c
--- a/sys/miscfs/umapfs/umap_vnops.c    Tue Jun 22 22:26:50 1999 +0000
+++ b/sys/miscfs/umapfs/umap_vnops.c    Tue Jun 22 22:28:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umap_vnops.c,v 1.13 1999/03/25 13:05:42 bouyer Exp $   */
+/*     $NetBSD: umap_vnops.c,v 1.13.2.1 1999/06/22 22:28:28 perry Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -70,8 +70,6 @@
 int    umap_open       __P((void *));
 int    umap_fsync      __P((void *));
 
-extern int  null_bypass __P((void *));
-
 /*
  * Global vfs data structures
  */
@@ -321,7 +319,7 @@
        if ((ap->a_flags & LK_TYPE_MASK) == LK_DRAIN)
                return (0);
        ap->a_flags &= ~LK_INTERLOCK;
-       return (null_bypass(ap));
+       return (umap_bypass(ap));
 }
 
 /*
@@ -341,7 +339,7 @@
 
        genfs_nounlock(ap);
        ap->a_flags &= ~LK_INTERLOCK;
-       return (null_bypass(ap));
+       return (umap_bypass(ap));
 }
 
 /*



Home | Main Index | Thread Index | Old Index