~kris/9p

9hist

8080ec216ab7ecc3b042dc761eda5d5b0d1b3765 — David du Colombier 32 years ago 2dfbe59
Plan 9 from Bell Labs 1993-10-28
1 files changed, 1 insertions(+), 5 deletions(-)

M port/cache.c
M port/cache.c => port/cache.c +1 -5
@@ 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