lkml.org 
[lkml]   [1996]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: What's a "pmd"?


Sorry for the confusion: my brain is on a one-week vacation, and I'm
blathering. I told you to change a line in mm/swapfile.c from

if (!mm)
return 0;

to

if (!mm && mm != &init_mm)
return 0;

but it should _obviously_ be

if (!mm || mm == &init_mm)
return 0;

Duh. Silly me. (The test just makes sure we don't try to unmap any kernel
pages)

Linus


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