[OpenAFS-devel] openafs on linux 2.6.16rc

Bill Murray w.j.murray@rl.ac.uk
Sat, 18 Feb 2006 10:16:08 +0000


------=_Part_4228_10767564.1140257768405
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

  Hello there,
             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

------=_Part_4228_10767564.1140257768405
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

&nbsp; Hello there,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; I just compiled the openafs-1.4.1-rc8 on fedora fc5t2.=
<br>This involves a gcc bug workaround (removing -O2) and the fixes<br>stef=
an put on this list.<br><pre>- down(&amp;inode-&gt;i_sem);<br>
+ mutex_lock(&amp;inode-&gt;i_mutex);<br><br>- up(&amp;inode-&gt;i_sem);<br=
>+ mutex_unlock(&amp;inode-&gt;i_mutex);</pre><br>However, why I try to ins=
ert the module I always get:<br><br>libafs: falsely claims to have paramete=
r sys_call_table_addr
<br><br>&nbsp; Does anyone know how to proceed here, or what was wrong?<br>=
Note that configure said <br>WARNING: Cannot determine sys_call_table statu=
s. assuming it isn't exported<br><br>&nbsp; Thanks,<br>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp; Bill<br>

------=_Part_4228_10767564.1140257768405--