Re: [PATCH]: Adding a counter in vma to indicate the number ofphysical pages backing it

From: Andrew Morton
Date: Fri Jun 09 2006 - 22:41:36 EST


On Fri, 09 Jun 2006 18:33:55 -0700
Rohit Seth <rohitseth@xxxxxxxxxx> wrote:

> Below is a patch that adds number of physical pages that each vma is
> using in a process. Exporting this information to user space
> using /proc/<pid>/maps interface.

Ouch, that's an awful lot of open-coded incs and decs. Isn't there some
more centralised place we can do this?

What locking protects vma.nphys (can we call this nr_present or something?)

Will this patch do the right thing with weird vmas such as the gate vma and
mmaps of device memory, etc?

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