Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/uvm Pull up revision 1.28 (via patch, requested by ...



details:   https://anonhg.NetBSD.org/src/rev/90a529010b96
branches:  netbsd-1-4
changeset: 470224:90a529010b96
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 31 20:36:12 2000 +0000

description:
Pull up revision 1.28 (via patch, requested by chs):
  Remove a debug printf that has outlived its usefulness.

diffstat:

 sys/uvm/uvm_vnode.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r dbcfa9f13315 -r 90a529010b96 sys/uvm/uvm_vnode.c
--- a/sys/uvm/uvm_vnode.c       Mon Jan 31 19:48:47 2000 +0000
+++ b/sys/uvm/uvm_vnode.c       Mon Jan 31 20:36:12 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_vnode.c,v 1.22.2.1 1999/04/16 16:29:56 chs Exp $   */
+/*     $NetBSD: uvm_vnode.c,v 1.22.2.2 2000/01/31 20:36:12 he Exp $    */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -1637,9 +1637,6 @@
        if (file_offset >= uvn->u_size) {
                        simple_unlock(&uvn->u_obj.vmobjlock);
                        UVMHIST_LOG(maphist,"<- BAD (size check)",0,0,0,0);
-#ifdef DIAGNOSTIC
-                       printf("uvn_io: note: size check fired\n");
-#endif
                        return(VM_PAGER_BAD);
        }
 



Home | Main Index | Thread Index | Old Index