diff options
author | 2025-02-17 18:51:10 +0000 | |
---|---|---|
committer | 2025-02-28 11:21:30 +0100 | |
commit | 88a59bda3f3786107694a3f5fd7f9df421752c21 (patch) | |
tree | 07071ef0870369232b8fbf7e80b072143d8f575d /scripts/bpf_doc.py | |
parent | ceph: Remove ceph_writepage() (diff) | |
download | linux-rng-88a59bda3f3786107694a3f5fd7f9df421752c21.tar.xz linux-rng-88a59bda3f3786107694a3f5fd7f9df421752c21.zip |
ceph: Use a folio in ceph_page_mkwrite()
Convert the passed page to a folio and use it
throughout ceph_page_mkwrite(). Removes the last call to
page_mkwrite_check_truncate(), the last call to offset_in_thp() and one
of the last calls to thp_size(). Saves a few calls to compound_head().
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250217185119.430193-3-willy@infradead.org
Tested-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions