commit | 5a5cad8cb2e3ef5427b17d01c644b4cffd32af24 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Nov 14 17:44:27 2023 +0900 |
committer | Andrew Morton <akpm@linux-foundation.org> | Sun Dec 10 17:21:28 2023 -0800 |
tree | 923bb0fa0be8bce00a035fd85521778488e8278d | |
parent | ff5710c3f3c2ade105592f7964350cf637cd2b75 [diff] |
nilfs2: convert nilfs_page_mkwrite() to use a folio Using the new folio APIs saves seven hidden calls to compound_head(). Link: https://lkml.kernel.org/r/20231114084436.2755-12-konishi.ryusuke@gmail.com Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>