lkml.org 
[lkml]   [2000]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 08 Jul 2000 19:06:08 +0200
FromManfred Spraul <>
SubjectRe: (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}
\
 
 \ /
  Last update: 2005-03-22 13:57    [from the cache]
©2003-2010