Re: 2.6.15-mm1: what's page_owner.c doing in Documentation/ ???

From: Coywolf Qi Hunt
Date: Thu Jan 05 2006 - 22:19:13 EST


On Fri, Jan 06, 2006 at 01:24:20AM +0100, Jesper Juhl wrote:
> Just wondering what page_owner.c is doing in Documentation/ in 2.6.15-mm1 ;-)
>
> $ ls -l linux-2.6.15-mm1/Documentation/page_owner.c
> -rw-r--r-- 1 juhl users 2587 2006-01-05 18:15
> linux-2.6.15-mm1/Documentation/page_owner.c

[coywolf@everest ~/linux/2.6.15-mm1]$ head Documentation/page_owner.c
/*
* User-space helper to sort the output of /proc/page_owner
*
* Example use:
* cat /proc/page_owner > page_owner.txt
* ./sort page_owner.txt sorted_page_owner.txt
*/

#include <stdio.h>
#include <stdlib.h>

-
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/