Re: [2.6 patch] fs/jffs2/: make 2 functions static
David Woodhouse <[email protected]> Thu, 29 Jun 2006 23:14:45 +0100
| Newsgroups | gmane.linux.kernel,gmane.linux.file-systems.jffs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2006-06-28 at 18:54 +0200, Adrian Bunk wrote: > This patch makes two needlessly global functions static. Applied; thanks. To be honest though, I'd _much_ rather get GCC bugs 27898 and 27899 fixed and start building stuff like file systems with -fwhole-program --combine. It gives about a 4% reduction in code size. -- dwmw2