From: Robert L. <rm...@te...> - 2001-12-07 05:07:27
|
On Thu, 2001-12-06 at 16:04, Jeremy Siegel wrote: > Sorry about missing that one. In the linuxsh drop-in tree, maple_keyb.c > looks like the only file that references memscan; as far as I can tell the > only other reference in the entire linux tree is drivers/usb/usbkbd.c, the > driver that maple_keyb.c was based on. Heh, nothing to apologize for. Yah, it seems nothing else in SH uses memscan. Good. drivers/usb/usbkbd does use it, and I bet that is a bug. Its in a conditional and since it always evaluates to true ... whoops! I think some other places do use it, though. UDF and ext2, for example, and it is legitimate. If not we could rip it out of everything and save some space. Robert Love |