On Thu, Sep 14, 2000 at 07:05:20PM +0200, Juan J. Quintela wrote:
[ Removed linus from cc, he probably knows this ]
> > "bill" == Bill Wendling <[EMAIL PROTECTED]> writes:
> Linus, please don't apply.
> bill> - The `head = &mapping->pages;' statement is useless inside the
Also sprach Juan J. Quintela:
} > "bill" == Bill Wendling <[EMAIL PROTECTED]> writes:
}
} Hi
}
} Linus, please don't apply.
}
} bill> - The `head = &mapping->pages;' statement is useless inside the
} bill> repeat, since head isn't modified inside the loop.
}
} No,
> "bill" == Bill Wendling <[EMAIL PROTECTED]> writes:
Hi
Linus, please don't apply.
bill> - The `head = &mapping->pages;' statement is useless inside the
bill> repeat, since head isn't modified inside the loop.
No, but we sleep inside the loop, and while we sleep, we don't ha
Also sprach David Mansfield:
} Bill Wendling wrote:
} >
} > 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
Bill Wendling wrote:
>
> 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
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 i
6 matches
Mail list logo