|
@@ -472,13 +472,6 @@ static const struct file_operations proc_interrupts_operations = {
|
|
.release = seq_release,
|
|
.release = seq_release,
|
|
};
|
|
};
|
|
|
|
|
|
-static int filesystems_read_proc(char *page, char **start, off_t off,
|
|
|
|
- int count, int *eof, void *data)
|
|
|
|
-{
|
|
|
|
- int len = get_filesystem_list(page);
|
|
|
|
- return proc_calc_metrics(page, start, off, count, eof, len);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static int cmdline_read_proc(char *page, char **start, off_t off,
|
|
static int cmdline_read_proc(char *page, char **start, off_t off,
|
|
int count, int *eof, void *data)
|
|
int count, int *eof, void *data)
|
|
{
|
|
{
|
|
@@ -648,7 +641,6 @@ void __init proc_misc_init(void)
|
|
char *name;
|
|
char *name;
|
|
int (*read_proc)(char*,char**,off_t,int,int*,void*);
|
|
int (*read_proc)(char*,char**,off_t,int,int*,void*);
|
|
} *p, simple_ones[] = {
|
|
} *p, simple_ones[] = {
|
|
- {"filesystems", filesystems_read_proc},
|
|
|
|
{"cmdline", cmdline_read_proc},
|
|
{"cmdline", cmdline_read_proc},
|
|
{"execdomains", execdomains_read_proc},
|
|
{"execdomains", execdomains_read_proc},
|
|
{NULL,}
|
|
{NULL,}
|