[Devel] [PATCH 2/8] Add container pointer on struct page

2007-06-04 Thread Pavel Emelianov
Each page is supposed to have an owner - the container that touched the page first. The owner stays alive during the page lifetime even if the task that touched the page dies or moves to another container. This ownership is the forerunner for the "fair" page sharing accounting, in which page has a

[Devel] [PATCH 2/8] Add container pointer on struct page

2007-05-30 Thread Pavel Emelianov
Each page is supposed to have an owner - the container that touched the page first. The owner stays alive during the page lifetime even if the task that touched the page dies or moves to another container. This ownership is the forerunner for the "fair" page sharing accounting, in which page has a

[Devel] [PATCH 2/8] Add container pointer on struct page

2007-04-09 Thread Pavel Emelianov
Each page is supposed to have an owner - the container that touched the page first. The owner stays alive during the page lifetime even if the task that touched the page dies or moves to another container. This ownership is the forerunner for the "fair" page sharing accounting, in which page has a