OpenAFS CVS Commit: openafs/src/afs by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 30 Jan 2005 23:09:57 EST


Update of /cvs/openafs/src/afs
In directory GRAND.CENTRAL.ORG:/data/sb/openafs-stable-1_4_x/src/afs

Modified Files:
      Tag: openafs-stable-1_4_x
	afs_vcache.c 
Log Message:
DELTA STABLE14-linux26-avoid-memory-zone-fun-20050113
AUTHOR chas@cmf.nrl.navy.mil
FIXES 16965

"  the wake_up_bit() mechanism has replaced
'per object' wait queues (atleast when testing for single bit changes).
the actual wait queue to use is determined using a hash on page->flags
(which encodes the zone table in the lower 8 bits).  afs inodes come from
a vmalloc() since afs gets all the inodes in one go.  vmalloc()'d memory
apparently doesnt get mapped to any particular zone.  so when an afs
inode uses wake_up_bit() they index off the end of the zone_page table.
"


--- DELTA config for openafs-stable-1_4_x follows ---
STABLE14-linux26-avoid-memory-zone-fun-20050113 openafs/src/afs/afs_vcache.c 1.65.2.4 1.65.2.5