[PATCH 0/9] bfs: assorted cleanups

From: Dmitri Vorobiev
Date: Thu Jan 24 2008 - 17:32:30 EST


Hello Adrian,

Last time when I had sent some BFS bugfixes to the maintainer of
this filesystem driver, he did not respond, and Andrew Morton
had to take care of those.

For this reason, and because the patches in this little patch bomb
are trivial, I am sending this to you in the hope that these can
be pushed upstream when the next merge window opens.

In case you'll be wondering why I need BFS: I teach system programming
and operating systems at the premises of the Moscow State University.
The BFS code is used as an example of a simple filesystem driver
implementation in Linux. This hopefully explains why I want to have
clean code in here :)

Some checkpatch.pl stats follow.

Before:

----------------------------------------
| | errors | warnings | checks |
----------------------------------------
| bfs.h | 2 | 0 | 0 |
----------------------------------------
| dir.c | 7 | 1 | 4 |
----------------------------------------
| file.c | 6 | 0 | 2 |
----------------------------------------
| inode.c | 11 | 0 | 3 |
----------------------------------------

After:

----------------------------------------
| | errors | warnings | checks |
----------------------------------------
| bfs.h | 0 | 0 | 0 |
----------------------------------------
| dir.c | 0 | 0 | 0 |
----------------------------------------
| file.c | 0 | 0 | 0 |
----------------------------------------
| inode.c | 0 | 0 | 0 |
----------------------------------------

Please consider.

Thanks,

Dmitri Vorobiev
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/