plan 9 kernel history: overview | file list | diff list

1990/0918/gnot/fault.c (diff list | history)

1990/0821/sys/src/9/gnot/fault.c:173,1791990/0918/sys/src/9/gnot/fault.c:173,178 (short | long | prev | next)
1990/03091    
			if((*devtab[o->chan->type].read)(o->chan, l, n) != n) 
				error(0, Eioload); 
			qunlock(o->chan); 
			/* BUG: if was first page of bss, move to data */ 
			if(n<BY2PG) 
				memset(l+n, 0, BY2PG-n); 
			lock(o); 


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