[PATCH 0/2] ceph: remove two users of __page_cache_alloc()

From: Tal Zussman

Date: Sun Sep 13 2026 - 20:04:00 EST


__page_cache_alloc() is slated for removal. Switch over two of its
callers that do not need a page cache page to use alloc_page() instead.

---
Tal Zussman (2):
libceph: use alloc_page() in ceph_alloc_page_vector()
ceph: use alloc_page() in fill_fscrypt_truncate()

fs/ceph/inode.c | 2 +-
net/ceph/pagevec.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 4d584eadc178349f4d2b4f37ff71d025b4ad1921
change-id: 20260913-ceph-alloc-page-6837c754bf78

Best regards,
--
Tal Zussman <tz2294@xxxxxxxxxxxx>