* Linux 2.5.8-pre2 ncpfs unresolved symbols
@ 2002-04-06 18:28 Wayne.Brown
2002-04-06 18:39 ` Alexander Viro
0 siblings, 1 reply; 2+ messages in thread
From: Wayne.Brown @ 2002-04-06 18:28 UTC (permalink / raw)
To: lkml
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux 2.5.8-pre2 ncpfs unresolved symbols
2002-04-06 18:28 Linux 2.5.8-pre2 ncpfs unresolved symbols Wayne.Brown
@ 2002-04-06 18:39 ` Alexander Viro
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Viro @ 2002-04-06 18:39 UTC (permalink / raw)
To: Wayne.Brown; +Cc: lkml
On Sat, 6 Apr 2002 Wayne.Brown@altec.com 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-06 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-06 18:28 Linux 2.5.8-pre2 ncpfs unresolved symbols Wayne.Brown
2002-04-06 18:39 ` Alexander Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.