2002-04-06 18:29:29

by Wayne.Brown

[permalink] [raw]
Subject: Linux 2.5.8-pre2 ncpfs unresolved symbols



ncpfs.o has unresolved symbols lock_kernel() and unlock_kernel() in 2.5.8-pre2.
Adding #include <linux/smp-lock.h> in fs/ncpfs/inode.c gets rid of this error.
I can't test the driver until Monday, though, as I won't have access to a
network with a Novell server before then.



2002-04-06 18:39:23

by Alexander Viro

[permalink] [raw]
Subject: Re: Linux 2.5.8-pre2 ncpfs unresolved symbols



On Sat, 6 Apr 2002 [email protected] wrote:

>
>
> ncpfs.o has unresolved symbols lock_kernel() and unlock_kernel() in 2.5.8-pre2.
> Adding #include <linux/smp-lock.h> in fs/ncpfs/inode.c gets rid of this error.
> I can't test the driver until Monday, though, as I won't have access to a
> network with a Novell server before then.

Dave forgot to add smp_lock.h while messing with BKL-shifting. There and
in jffs2/file.c