Re: 2.1.54 __bad_fs_size() code missing

Richard Henderson (rth@dot.cygnus.com)
Fri, 12 Sep 1997 18:35:07 -0700 (PDT)


> fs/fs.o: In function `write_dquot':
> fs/fs.o(.text+0x13543): undefined reference to `__bad_fs_size'
> fs/fs.o: In function `read_dquot':
> fs/fs.o(.text+0x13698): undefined reference to `__bad_fs_size'
> make: *** [vmlinux] Error 1

FYI, if you compile with -g, the linker will give you the
file and line number that the reference came from.

r~