diff options
| author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-04 06:28:09 -0400 |
|---|---|---|
| committer | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-23 06:30:41 -0400 |
| commit | 6e62775ece1c83a84d86df44cfd8ea3e6c96ce23 (patch) | |
| tree | 2eac2401fd8ca9372e6b15cc656a87d0b75856fc /fs | |
| parent | cf9887f102541b8a0adb73f7da9c28d090622010 (diff) | |
proc: move /proc/execdomains to kernel/exec_domain.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/proc/proc_misc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index 15257d4b1b91..424b9d03b1a0 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | * have a way to deal with that gracefully. Right now I used straightforward | 63 | * have a way to deal with that gracefully. Right now I used straightforward |
| 64 | * wrappers, but this needs further analysis wrt potential overflows. | 64 | * wrappers, but this needs further analysis wrt potential overflows. |
| 65 | */ | 65 | */ |
| 66 | extern int get_exec_domain_list(char *); | ||
| 67 | 66 | ||
| 68 | static int proc_calc_metrics(char *page, char **start, off_t off, | 67 | static int proc_calc_metrics(char *page, char **start, off_t off, |
| 69 | int count, int *eof, int len) | 68 | int count, int *eof, int len) |
| @@ -486,13 +485,6 @@ static const struct file_operations proc_locks_operations = { | |||
| 486 | }; | 485 | }; |
| 487 | #endif /* CONFIG_FILE_LOCKING */ | 486 | #endif /* CONFIG_FILE_LOCKING */ |
| 488 | 487 | ||
| 489 | static int execdomains_read_proc(char *page, char **start, off_t off, | ||
| 490 | int count, int *eof, void *data) | ||
| 491 | { | ||
| 492 | int len = get_exec_domain_list(page); | ||
| 493 | return proc_calc_metrics(page, start, off, count, eof, len); | ||
| 494 | } | ||
| 495 | |||
| 496 | #ifdef CONFIG_PROC_PAGE_MONITOR | 488 | #ifdef CONFIG_PROC_PAGE_MONITOR |
| 497 | #define KPMSIZE sizeof(u64) | 489 | #define KPMSIZE sizeof(u64) |
| 498 | #define KPMMASK (KPMSIZE - 1) | 490 | #define KPMMASK (KPMSIZE - 1) |
| @@ -632,7 +624,6 @@ void __init proc_misc_init(void) | |||
| 632 | char *name; | 624 | char *name; |
| 633 | int (*read_proc)(char*,char**,off_t,int,int*,void*); | 625 | int (*read_proc)(char*,char**,off_t,int,int*,void*); |
| 634 | } *p, simple_ones[] = { | 626 | } *p, simple_ones[] = { |
| 635 | {"execdomains", execdomains_read_proc}, | ||
| 636 | {NULL,} | 627 | {NULL,} |
| 637 | }; | 628 | }; |
| 638 | for (p = simple_ones; p->name; p++) | 629 | for (p = simple_ones; p->name; p++) |
