New set of patches for the ELKS kernel
Juan Perez-Sanchez <[email protected]>
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <CAD6VGuaqLgu2p1MsqmSNbduLYm0f4tZovWD7MfW5YQ0YyZbiig@mail.gmail.com> |
Hi,
I will send a set of 6 patches for the kernel.
The patches are aimed to:
-Fix some bugs in fs/minix/file.c and fs/block_dev.c.
-Improve speed.
-General optimization of code: removing unused variables and redundant
statements, using pointers instead of array indexing, using
do{}while() whenever possible and simplifying code.
-Reduce code size.
Greetings,
Juan