Re: Two fixes for 2.4.19-pre5-ac3

arjan@fenrus.demon.nl
Sun, 7 Apr 2002 18:27:40 +0100


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....
-
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/