Messages in this thread Patch in this message |  | | | Date | Sat, 08 Jul 2000 19:06:08 +0200 | | From | Manfred Spraul <> | | Subject | Re: (No SubjectWeird /proc problem with test3-pre |
| |
scott.ashcroft@talk21.com wrote: > > Just tried test3-pre6. Seems OK but an ls in /proc shows the following: > > [...] > > ie. Two slabinfo entries with the same inode > could you modify fs/proc/proc_misc.c and delete the line 629
{"swaps", swaps_read_proc}, - {"slabinfo", slabinfo_read_proc}, {"iomem", memory_read_proc}, The slabinfo entry is now created a few lines later.
-- Manfred--- fs/proc/proc_misc.c~ Sat Jul 8 14:54:48 2000 +++ fs/proc/proc_misc.c Sat Jul 8 19:00:54 2000 @@ -626,7 +626,6 @@ {"locks", locks_read_proc}, {"mounts", mounts_read_proc}, {"swaps", swaps_read_proc}, - {"slabinfo", slabinfo_read_proc}, {"iomem", memory_read_proc}, {"execdomains", execdomains_read_proc}, {NULL,NULL}
|  |