Re: [PATCH] Re: 2.4.4-pre4 nfsd.o unresolved symbol

Jeff Chua (jeffchua@silk.corp.fedex.com)
Wed, 18 Apr 2001 14:21:49 +0800 (SGT)


great! working fine one.

Thanks,
Jeff
[ jchua@fedex.com ]

On Wed, 18 Apr 2001, Alexander Viro wrote:

>
>
> On Wed, 18 Apr 2001, Jeff Chua wrote:
>
> > depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre4/kernel/fs/nfsd/nfsd.o
> > depmod: nfsd_linkage_Rb56858ea
>
> Grrr...
>
> Add #include <linux/module.h> to fs/filesystems.c. My apologies.
>
> --- fs/filesystems.c Tue Apr 17 23:40:32 2001
> +++ /tmp/filesystems.c Wed Apr 18 00:41:01 2001
> @@ -7,6 +7,7 @@
> */
>
> #include <linux/config.h>
> +#include <linux/module.h>
> #include <linux/sched.h>
> #include <linux/smp_lock.h>
> #include <linux/kmod.h>
>
>

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