From 8080ec216ab7ecc3b042dc761eda5d5b0d1b3765 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 28 Oct 1993 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1993-10-28 --- port/cache.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/port/cache.c b/port/cache.c index fb65b3a36c8f75d3300f160f9a85e38c6b880ddf..936dffa6ab25ceddf981af25bdef46de128fd3bc 100644 --- a/port/cache.c +++ b/port/cache.c @@ -76,7 +76,7 @@ cprint(Chan *c, Mntcache *m, char *s) int nb, ct; Extent *e; char buf[128]; -return; + ptpath(c->path, buf, sizeof(buf)); nb = 0; ct = 1; @@ -175,10 +175,7 @@ copen(Chan *c) qlock(m); cnodata(m); qunlock(m); -cprint(c, m, "open mod"); } -else -cprint(c, m, "open cached"); return; } } @@ -213,7 +210,6 @@ cprint(c, m, "open cached"); free(e); e = next; } -cprint(c, m, "open new"); } static int