Re: Two fixes for 2.4.19-pre5-ac3

Alexander Viro (viro@math.psu.edu)
Sun, 7 Apr 2002 13:48:54 -0400 (EDT)


On Sun, 7 Apr 2002 arjan@fenrus.demon.nl wrote:

> In article <E16uGg1-0006Ln-00@the-village.bc.nu> you wrote:
> > This wants fixing in 2.5 too - basically
> >
> > static int (*afs_syscall)(...);
> > sys_afs_syscall(...)
> > {
> > if(afs_syscall)
> > return afs_syscall(....)
> > return -ENOSYS;
> > }
>
> I think it wants addin a lock around it vs module unload....

I suspect that equivalent of sys_nfsservctl() would be a better way,
actually...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/