Re: [PATCH 14/14] vm/vm_resident.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:52 +0100, a écrit : > * vm/vm_resident.c: Include vm/vm_resident.h. > (vm_page_bucket_t): Move struct defintion to vm/vm_resident.h. Ditto. > --- > vm/vm_resident.c | 5 + > vm/vm_resident.h | 5 + > 2 files changed, 6 insertions(+), 4 deletions(-)

[PATCH 14/14] vm/vm_resident.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* vm/vm_resident.c: Include vm/vm_resident.h. (vm_page_bucket_t): Move struct defintion to vm/vm_resident.h. --- vm/vm_resident.c | 5 + vm/vm_resident.h | 5 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/vm/vm_resident.c b/vm/vm_resident.c index fbd4275..b164109 100644