OpenAFS CVS Commit: openafs/src/afs/LINUX by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 24 Jun 2002 11:40:41 EDT


Update of /cvs/openafs/src/afs/LINUX
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/afs/LINUX

Modified Files:
	osi_alloc.c 
Log Message:
DELTA linux-more-osi-sleep-wakeup-fun-20020624
AUTHOR chas@cmf.nrl.navy.mil

"the attached patch 'fixes', in my opinion, in osi_alloc.  objects <=
AFS_SMALLOCSIZ are alloced with kmalloc, other vmalloc.  if kmalloc
fails it doesnt fail over to vmalloc.  TASK_RUNNING is set after
schedule.  it doesnt drop the GLOCK.  i moved the allocator init
later so that it doesnt need to toggle the semaphore just before
going to linux_alloc."


--- DELTA config follows ---
linux-more-osi-sleep-wakeup-fun-20020624 openafs/src/afs/LINUX/osi_alloc.c 1.13 1.14