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?

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to