Hi Linus,
Here's a small optimization for the mm/filemap.c file.
- The `head = &mapping->pages;' statement is useless inside the
repeat, since head isn't modified inside the loop.
- The `curr = curr->next;' statement doesn't need to be executed
if the repeat is taken. I changed the while() into a for() loop
to accomodate this better.
Share and enjoy!
-- || Bill Wendling wendling@ganymede.isdn.uiuc.edu
This archive was generated by hypermail 2b29 : Fri Sep 15 2000 - 21:00:23 EST