lkml.org 
[lkml]   [1996]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: get_fs_byte and put_fs_long in 2.1.4?
> After compiling 2.1.4, I recieved the following
> unresolved symbols:
>
> *** Unresolved symbols in module /lib/modules/2.1.4/block/floppy.o
> get_fs_byte
> *** Unresolved symbols in module /lib/modules/2.1.4/block/loop.o
> put_fs_long
>
> Any ideas?

Sorry to reply to my own post, but I fixed this.

I applied the pre-2.1.5 patch, which fixed the problem in loop.c.
I patched floppy.c myself; change line 4177 from:
c = get_fs_byte(i);
to:
get_user(c,&i);

(I didn't post a real patch because I don't have an exact
copy of the original)

--
Version: 3.12
GCS/M/L d- s-:+ a--- C+++(++)>$ UL+(++)>++++$ P+++ L+++>++++$ E++ W-(--)
N++ o-- K-- w--- O- M-- V-- PS+++? PE Y+ PGP-- t+* 5- X R tv--? b+>+++ DI
D--- G e-(*)>++++ h r++>+++ y?

\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.023 / U:0.432 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site