Re: [BUG] mlocked page counter mismatch

From: MinChan Kim
Date: Wed Jan 28 2009 - 19:32:42 EST


I missed my test program.

#include <stdio.h>
#include <sys/mman.h>
int main()
{
mlockall(MCL_CURRENT);
// munlockall();
return 0;
}


--
Kinds regards,
MinChan Kim
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/