]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
erofs: get rid of {get,put}_page() for ztailpacking data
authorGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 26 Jun 2025 08:54:59 +0000 (16:54 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 24 Jul 2025 11:42:04 +0000 (19:42 +0800)
commit96debe8c27ee2494bbd78abf3744745a84a745f1
tree063e345aa5038fcc47839b38be7b05f8d61ec1bd
parent89be9a83ccf1f88522317ce02f854f30d6115c41
erofs: get rid of {get,put}_page() for ztailpacking data

The compressed data for the ztailpacking feature is fetched from
the metadata inode (e.g., bd_inode), which is folio-based.

Therefore, the folio interface should be used instead.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250626085459.339830-1-hsiangkao@linux.alibaba.com
fs/erofs/zdata.c