[lc-devel] Chunk list issues
Status: Beta
Brought to you by:
nitin_sf
From: Mauricio L. <mau...@gm...> - 2006-06-19 22:25:59
|
Hi all, After checking the chunk list in http://linux-mm.org/CompressedCaching, I have some questions as follows. Did anyone start to implement the chunk list operations? Is there any progress of it? Regarding the "struct chunk_head", the field "chunk_list" points to the related chunks, right? I mean if a page A in the page cache is replaced by the corresponding chunk head, the field chunk_list in such chunk_head points to the list of related chunks of page A, even if some chunks are located in other physical pages, right? Where ca I find more info about the purpose of lru field in the struct chunk_head? BR, Mauricio Lin. |