lkml.org 
[lkml]   [1998]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Trouble with 116 (was Re: Notebooks)
On Wed, 19 Aug 1998, Alan Modra wrote:

> On Wed, 19 Aug 1998, Craig Schlenter wrote:
> > [snip, Linus]
> > > that should _obviously_ read
> > >
> > > current->flags &= ~PF_MEMALLOC;
> > >
> > I had my box 'lock-up' on me with a slightly modified 2.1.116. I'm running
> > with the above line fixed and with the page ageing #ifdef set to 1 instead
>
> Did you catch the test too?
>
> if (current->flags & PF_MEMALLOC) {
>
> should be
>
> if (!(current->flags & PF_MEMALLOC)) {

Oops. I thought it was only one line. Serves me right for not reading the
code first. Recompiled and running for all of 2 minutes already. I'll yell
if it locks up again.

Thank you!!!

--Craig


-
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.altern.org/andrebalsa/doc/lkml-faq.html

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.080 / U:1.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site