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,2691993/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) { 
		if(eqchan(f->to, mounted, 1)) { 
1993/1111    
		if(eqchan(f->to, mounted, 1) || eqchan(f->to->mchan, mounted, 1)) { 
1991/1011    
			*p = f->next; 
			f->next = 0; 
			mountfree(f); 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)