> Steve Lord wrote:
> >
> > The cvs tree for xfs on oss.sgi.com has been updated to the 2.4.0-test5
> > version of the kernel. A little over 2000 files where changed by this.
> >
> > Almost everything appears to be working - with the exception of kiobuf
> > based I/O, which should be updated within a day or so.
> >
> > Patches against a vanilla 2.4.0-test5 tree should be available shortly.
> >
> > please report problems to the mailing list.
>
> I've seen a problem in sunrpc stuff (apparently from
> net/sunrpc/sched.c):
>
> -----------
> sched.c: In function `__rpc_sleep_on':
> sched.c:339: structure has no member named `tk_pid'
> ---------
>
> This isn't a problem in the XFS tree, as I've
> seen it in kernel.org trees as well. Anyone
> know of a fix? sunrpc seems to be a requirement for NFS.
>
Looks like this will build if you set CONFIG_SYSCTL to y
The field in the rpc_sched structure is conditional on RPC_DEBUG
which will get turned on if you turn on the sysctl support
option.
Steve
|