Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Remove debugging code that accidentally went in ...



details:   https://anonhg.NetBSD.org/src/rev/840e742f09bf
branches:  trunk
changeset: 499141:840e742f09bf
user:      perseant <perseant%NetBSD.org@localhost>
date:      Mon Nov 13 00:24:30 2000 +0000

description:
Remove debugging code that accidentally went in with yesterday's commit.

diffstat:

 sys/ufs/lfs/lfs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5d96b52f7416 -r 840e742f09bf sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Sun Nov 12 21:07:21 2000 +0000
+++ b/sys/ufs/lfs/lfs.h Mon Nov 13 00:24:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.h,v 1.33 2000/11/12 07:58:36 perseant Exp $        */
+/*     $NetBSD: lfs.h,v 1.34 2000/11/13 00:24:30 perseant Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -486,7 +486,6 @@
 #define LFS_SYNC_CLEANERINFO(cip, fs, bp, w) do {                \
     if ((w) || (cip)->bfree != (fs)->lfs_bfree ||                \
         (cip)->avail != (fs)->lfs_avail - (fs)->lfs_ravail) {    \
-        printf("update cleaner info at %s:%d\n", __FILE__, __LINE__); \
        (cip)->bfree = (fs)->lfs_bfree;                          \
         (cip)->avail = (fs)->lfs_avail - (fs)->lfs_ravail;       \
        (void) VOP_BWRITE(bp); /* Ifile */                       \



Home | Main Index | Thread Index | Old Index