Re: 2.3.99-Pre7-6 kswapd CPU Usage

From: Patrick Dreker (patrick@dreker.de)
Date: Mon May 08 2000 - 18:41:07 EDT

  • Next message: samurai@sky-dream.com: "[00/05/05] $B"!(BGW!$B:#$9$0%"%@%k%H!*"!("

    Hello...

    Message by Mike Galbraith (Mon, May 08, 2000 at 05:54:57AM +0200)
    > On Sat, 6 May 2000, Tom Sightler wrote:
    >
    > > effect that stared with the classzone patches, a reboot the Redhat 6.2
    > > scripts to report all of my dismounts as failed, even though they appear to
    > > have actually dismounted correctly. This doesn't happen with non classzone
    > > patch 2.3.99-pre7-6.
    >
    > I see umount failures with pre7-6 without classzone on a suse-6.2 box.
    > On shutdown, reboot script says Oops umount failed (there is no oops)
    > but upon reboot fsck isn't run. I don't think this is classzone.
    Same here, umount fails on shutdown, except that fsck complains about the
    drives not being umounted cleanly and checks them.

    Someone (sorry i lost the mail) posted the following patch, which solves the
    issue, umount on shutdown succeeds.

    > --- fs/proc/base.c.org Mon May 8 08:54:18 2000
    > +++ fs/proc/base.c Mon May 8 11:09:53 2000
    > @@ -121,6 +121,7 @@
    > *mnt = mntget(fs->rootmnt);
    > *dentry = dget(fs->root);
    > result = 0;
    > + put_fs_struct(fs);
    > }
    > return result;
    > }

    Oh, BTW: I'm running pre7-6 with classzone-24
    > -Mike

    -- 
    Patrick Dreker (patrick@dreker.de)
    ---------------------------------------------------------------
    GPG (PGP5) Key: wwwkeys(.de).pgp.net ID: 0xE679A27A
    Fingerprint: 948C 626C 3306 8AAF 2DF5  7EC4 A29F 4B40 E679 A27A
    

    - 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 : Mon May 08 2000 - 19:16:25 EDT