]> git.itanic.dy.fi Git - scan-pagemap/commit
Compact struct pageframe
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 19 Aug 2010 14:51:20 +0000 (17:51 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 19 Aug 2010 14:51:20 +0000 (17:51 +0300)
commit3f566ed80b30b6730837eb84e7fbe8077b9a0107
treecb67fea1aaaba27bce7fd930c072ac9710dc78a1
parent0788daa87ba7a017320dc6cbde657abb8035e5ed
Compact struct pageframe

It really makes no sense to have map_list structure embedded in the
pageframe list. All we need is a list_head that contains map_list
entries.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
analyze.c
main.c
pagemap.h
parse.c