2.1.60 foo...

Benson L Chow (bc3c+@andrew.cmu.edu)
Sun, 26 Oct 1997 12:30:18 -0500 (EST)


two "little" things...

I'm using ADSL and the routers seem to be spewing stuff. In
net/ipv4/icmp.c, around line 759, a printk message syslog type isn't
specified, and therefore i get lots of console messages like this:

--
ipv4: (1 messages suppressed. Flood?)
111.222.33.44 sent an invalid ICMP error to a broadcast.
--

where 111.222.33.44 is one of the ADSL routers. Perhaps I should contact my providers' routers to see if they really meant to do it.

Also Quota seems to not want to compile (dquot.c).

in write_dquot and read_dquot, it seems like on lines 233 and 265 there are too many arguments to a function call to llseek() (looks like 4 to a normally 3-arg call to llseek defined in read_write.c ?)...

-bc