[RFC] stating: ion: use hot page first in pool

From: Gioh Kim
Date: Wed Oct 29 2014 - 00:57:51 EST



Hello,

I found that ion insert freed-page at the tail of list
and extract at the head.

I think it is good for cache to use the most recently used page
but these pages in pool are not cached memory.
So I'm not sure using hot page is better or not in this case.

What do you think about using hot page first?

-------------------------- 8< -----------------------------