Gao Xiang eaa9172ad9 erofs: get rid of ->lru usage
Currently, ->lru is a way to arrange non-LRU pages and has some
in-kernel users. In order to minimize noticable issues of page
reclaim and cache thrashing under high memory presure, limited
temporary pages were all chained with ->lru and can be reused
during the request. However, it seems that ->lru could be removed
when folio is landing.

Let's use page->private to chain temporary pages for now instead
and transform EROFS formally after the topic of the folio / file
page design is finalized.

Link: https://lore.kernel.org/r/20211022090120.14675-1-hsiangkao@linux.alibaba.com
Cc: Matthew Wilcox <willy@infradead.org>
Reviewed-by: Kent Overstreet <kent.overstreet@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
2021-10-25 08:22:59 +08:00
..
2021-10-25 08:22:59 +08:00
2021-10-18 00:13:30 +08:00
2021-10-25 08:22:59 +08:00
2021-06-08 00:41:24 +08:00
2021-10-19 23:44:30 +08:00
2021-10-25 08:22:59 +08:00
2021-10-19 23:44:30 +08:00
2021-10-19 23:44:30 +08:00
2021-08-19 00:13:43 +08:00
2021-10-25 08:22:59 +08:00
2021-10-19 23:44:30 +08:00
2021-10-25 08:22:59 +08:00
2021-10-25 08:22:59 +08:00
2021-10-19 23:44:30 +08:00
2021-10-19 23:44:30 +08:00
2021-06-08 00:41:24 +08:00