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

Tal Zussman posted 2 patches 1 week, 4 days ago
fs/ceph/inode.c    | 2 +-
net/ceph/pagevec.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] ceph: remove two users of __page_cache_alloc()
Posted by Tal Zussman 1 week, 4 days ago
__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@columbia.edu>