does 2.6 kernel still have the clean list?
as in 2.4 kernel, there was a clean list in address_space struct, but now we cannot find it, radix-tree now is used for list, but does not specify the clean list, I find the page will be deleted from the radix tree after being writen to the disk. won't it still be in a clean list for some time for better performance?
|