I just compiled the openafs-1.4.1-rc8 on fedora fc5t2.
This involves a gcc bug workaround (removing -O2) and the fixes
stefan put on this list.
- down(&inode->i_sem);
+ mutex_lock(&inode->i_mutex);
- up(&inode->i_sem);
+ mutex_unlock(&inode->i_mutex);
However, why I try to insert the module I always get:
libafs: falsely claims to have parameter sys_call_table_addr
Does anyone know how to proceed here, or what was wrong?
Note that configure said
WARNING: Cannot determine sys_call_table status. assuming it isn't exported
Thanks,
Bill
