Re: (No SubjectWeird /proc problem with test3-pre

From: Manfred Spraul (manfred@colorfullife.com)
Date: Sat Jul 08 2000 - 12:06:08 EST


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}

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:09 EST