diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-06 06:36:31 -0400 |
---|---|---|
committer | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-23 10:51:22 -0400 |
commit | 5aa140c2deca3701238d5acddf436ad7b02664c7 (patch) | |
tree | 25cd153f4592aa66fd6459a650fab3b48052f066 /fs/proc/proc_misc.c | |
parent | 6d80e53f0056178c63fa8fbf3e8de40fb4df5f50 (diff) |
proc: move /proc/vmcore creation to fs/proc/vmcore.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r-- | fs/proc/proc_misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index 2ef9ef9bc8c1..e2db35006c05 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -62,7 +62,4 @@ void __init proc_misc_init(void) | |||
62 | proc_symlink("mounts", NULL, "self/mounts"); | 62 | proc_symlink("mounts", NULL, "self/mounts"); |
63 | 63 | ||
64 | /* And now for trickier ones */ | 64 | /* And now for trickier ones */ |
65 | #ifdef CONFIG_PROC_VMCORE | ||
66 | proc_vmcore = proc_create("vmcore", S_IRUSR, NULL, &proc_vmcore_operations); | ||
67 | #endif | ||
68 | } | 65 | } |