Re: 2.3.99-Pre7-6 kswapd CPU Usage

From: Mike Galbraith (mikeg@weiden.de)
Date: Mon May 08 2000 - 13:35:28 EST


On Mon, 8 May 2000 ttsig@eargle.com wrote:

> Quoting Luca Montecchiani <m.luca@iname.com>:
>
> > Mike Galbraith wrote:
> > >
> > > 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.
> > >
> > > -Mike
> >
> > me too, this is not a classzone "feature" for sure.
> > --
>
> OK, you are correct. I guess I tried too many kernels with too many different
> patches too close together, all with too little sleep. But I don't see the
> problem with pre7-1.

Willing to try something (that I think will fix that specific bit)?

--- 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;
 }

         -Mike

-
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 15 2000 - 21:00:11 EST