[OpenAFS] 1.3.77 Brokenness

Derrick J Brashear shadow@dementia.org
Tue, 11 Jan 2005 15:19:17 -0500 (EST)


On Tue, 11 Jan 2005, Jack Neely wrote:

> And this is what happens when I try to use memcache...

Neat.
#if defined(AFS_SUN57_64BIT_ENV) || defined(AFS_SGI62_ENV)
void *
afs_MemCacheOpen(ino_t blkno)
#else
void *
afs_MemCacheOpen(afs_int32 blkno)
#endif
{
     struct memCacheEntry *mep;

     if (blkno < 0 || blkno > memMaxBlkNumber) {
         osi_Panic("afs_MemCacheOpen: invalid block #");
     }

why do i suspect inodes are now a 64 bit type?

if i come up with a patch for this are you willing to try it?