Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs cleanup non-used code (superceded b...



details:   https://anonhg.NetBSD.org/src/rev/653ca9a935aa
branches:  trunk
changeset: 754482:653ca9a935aa
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat May 01 14:46:32 2010 +0000

description:
cleanup non-used code (superceded by rump_printevcnts)

diffstat:

 sys/rump/librump/rumpvfs/rump_vfs.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 061b07cb7e74 -r 653ca9a935aa sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c       Sat May 01 14:44:48 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c       Sat May 01 14:46:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_vfs.c,v 1.48 2010/04/30 21:02:36 pooka Exp $      */
+/*     $NetBSD: rump_vfs.c,v 1.49 2010/05/01 14:46:32 pooka Exp $      */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.48 2010/04/30 21:02:36 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.49 2010/05/01 14:46:32 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -364,13 +364,6 @@
 int
 rump_vfs_unmount(struct mount *mp, int mntflags)
 {
-#if 0
-       struct evcnt *ev;
-
-       printf("event counters:\n");
-       TAILQ_FOREACH(ev, &allevents, ev_list)
-               printf("%s: %llu\n", ev->ev_name, ev->ev_count);
-#endif
 
        return VFS_UNMOUNT(mp, mntflags);
 }



Home | Main Index | Thread Index | Old Index