linux26-avoid-memory-zone-fun-20050113
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 13 Jan 2005 23:50:15 +0000 (23:50 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 13 Jan 2005 23:50:15 +0000 (23:50 +0000)
commit543d4464d8afe11e74b239abb5da20b0269259b3
tree05294bbee85f32a269e08df66c9b2955a04e81e2
parent1307b891888c61debe2eadd47ddfe8717fc75ddd
linux26-avoid-memory-zone-fun-20050113

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.
"
src/afs/afs_vcache.c