Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext3: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 1 | -6/+6 |
| | | | | | | | | | __FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | [PATCH] ext3: uninline large functions | Andrew Morton | 2006-12-07 | 1 | -0/+59 |
Saves nearly 4kbytes on x86. Cc: Arnaldo Carvalho de Melo <acme@mandriva.com> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |