| plan 9 kernel history: overview | file list | diff list |
1993/1111/port/chan.c (diff list | history)
| 1993/1018/sys/src/9/port/chan.c:263,269 – 1993/1111/sys/src/9/port/chan.c:263,269 (short | long | prev | next) | ||
| 1991/1011 | p = &m->mount; for(f = *p; f; f = f->next) { | |
| 1993/1111 | if(eqchan(f->to, mounted, 1) || eqchan(f->to->mchan, mounted, 1)) { | |
| 1991/1011 | *p = f->next; f->next = 0; mountfree(f); | |