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

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

  • Next message: Mike A. Harris: "Re: OOM in 2.2.14"

    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 08 2000 - 13:09:01 EDT