Re: A little coding style nugget of joy

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Matt LaPlante <kernel1@...>
Cc: <linux-kernel@...>
Date: Wednesday, September 19, 2007 - 1:13 pm

Matt LaPlante <kernel1@cyberdogtech.com> writes:


You don't actually save anything on disk on most file systems
(essentially everything except reiserfs on current Linux)
because all files are rounded to block size (normally 4K) 

Same in page cache.

And in tar files bzip2/gzip is very good at compacting them.


Many kernel maintainers automatically remove trailing white space on any new 
lines these days. So as the kernel keeps changing it should eventually all
disappear; except on essentially dead code.

-Andi
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
A little coding style nugget of joy, Matt LaPlante, (Wed Sep 19, 12:34 pm)
Re: A little coding style nugget of joy, Pádraig Brady, (Thu Sep 20, 5:20 am)
Re: A little coding style nugget of joy, Robert P. J. Day, (Thu Sep 20, 6:11 am)
Re: A little coding style nugget of joy, Scott Preece, (Thu Sep 20, 10:04 am)
Re: A little coding style nugget of joy, Andi Kleen, (Wed Sep 19, 1:13 pm)
Re: A little coding style nugget of joy, Andy Lutomirski, (Wed Sep 19, 5:22 pm)
Re: A little coding style nugget of joy, Andi Kleen, (Wed Sep 19, 5:30 pm)
Re: A little coding style nugget of joy, Andrew Lutomirski, (Wed Sep 19, 5:39 pm)