Re: 1.3.96 exit_mm breaks nfs as module

Linus Torvalds (torvalds@cs.helsinki.fi)
Sun, 28 Apr 1996 00:47:17 +0300 (EET DST)


On Sat, 27 Apr 1996, David Flood wrote:
>
> The changes to nfs in 1.3.96 cause nfs.o to fail to load with the message:
>
> exit_mm: wrong version or undefined
>
> also depmod -a doesn't like it also. I'm now going to try it as a built-in
> rather than a module.

Oops. I forgot to add exit_mm to the exported symbols list in
kernel/ksyms.c. Just add it to the "process memory management" type
functions, right after "merge_segments".

Linus