Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | proc: use seq_puts()/seq_putc() where possible | Alexey Dobriyan | 2011-01-13 |
| | | | | | | | | | | | | | | | For string without format specifiers, use seq_puts(). For seq_printf("\n"), use seq_putc('\n'). text data bss dec hex filename 61866 488 112 62466 f402 fs/proc/proc.o 61729 488 112 62329 f379 fs/proc/proc.o ---------------------------------------------------- -139 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||
* | proc: move /proc/devices code to fs/proc/devices.c | Alexey Dobriyan | 2008-10-23 |
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> |