Source-Changes-HG archive

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

[src/trunk]: src/sys/miscfs/genfs s/genfs_do_putpages/genfs_gop_write/ in uvm...



details:   https://anonhg.NetBSD.org/src/rev/0dfb4fcca262
branches:  trunk
changeset: 515721:0dfb4fcca262
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Oct 03 14:13:08 2001 +0000

description:
s/genfs_do_putpages/genfs_gop_write/ in uvmhist.

diffstat:

 sys/miscfs/genfs/genfs_vnops.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 528d5bd614b7 -r 0dfb4fcca262 sys/miscfs/genfs/genfs_vnops.c
--- a/sys/miscfs/genfs/genfs_vnops.c    Wed Oct 03 13:32:23 2001 +0000
+++ b/sys/miscfs/genfs/genfs_vnops.c    Wed Oct 03 14:13:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfs_vnops.c,v 1.38 2001/09/21 07:52:25 chs Exp $     */
+/*     $NetBSD: genfs_vnops.c,v 1.39 2001/10/03 14:13:08 enami Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -1306,7 +1306,7 @@
        struct buf *mbp, *bp;
        struct vnode *devvp;
        boolean_t async = (flags & PGO_SYNCIO) == 0;
-       UVMHIST_FUNC("genfs_do_putpages"); UVMHIST_CALLED(ubchist);
+       UVMHIST_FUNC("genfs_gop_write"); UVMHIST_CALLED(ubchist);
 
        UVMHIST_LOG(ubchist, "vp %p pgs %p npages %d flags 0x%x",
            vp, pgs, npages, flags);



Home | Main Index | Thread Index | Old Index