mirror of
https://github.com/torvalds/linux.git
synced 2025-11-12 06:29:40 +02:00
Fix a small memory leak in ubd_config, and clearify the confusion which lead to it. Then, some little changes not affecting operations - * move init functions together, * add a comment about a potential problem in case of some evolution in the block layer, * mark all initcalls as static __init functions * mark an used once little function as inline * document that mconsole methods are all called in process context (was triggered when checking ubd mconsole methods). Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| include | ||
| ptproxy | ||
| exec_kern.c | ||
| exec_user.c | ||
| gdb.c | ||
| gdb_kern.c | ||
| ksyms.c | ||
| Makefile | ||
| mem.c | ||
| mem_user.c | ||
| process_kern.c | ||
| syscall_kern.c | ||
| syscall_user.c | ||
| tlb.c | ||
| tracer.c | ||
| trap_user.c | ||
| uaccess.c | ||
| uaccess_user.c | ||