]> www.infradead.org Git - users/willy/xarray.git/commit
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private...
authorDavid Howells <dhowells@redhat.com>
Wed, 14 Aug 2024 20:38:21 +0000 (21:38 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 21 Aug 2024 20:32:58 +0000 (22:32 +0200)
commit92764e8822d4e7f8efb5ad959fac195a7f8ea0c6
tree8893709813e849cfd912972b41040d2da439a4db
parent47ac09b91befbb6a235ab620c32af719f8208399
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"

This partially reverts commit 2ff1e97587f4d398686f52c07afde3faf3da4e5c.

In addition to reverting the removal of PG_private_2 wrangling from the
buffered read code[1][2], the removal of the waits for PG_private_2 from
netfs_release_folio() and netfs_invalidate_folio() need reverting too.

It also adds a wait into ceph_evict_inode() to wait for netfs read and
copy-to-cache ops to complete.

Fixes: 2ff1e97587f4 ("netfs: Replace PG_fscache by setting folio->private and marking dirty")
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/3575457.1722355300@warthog.procyon.org.uk
Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8e5ced7804cb9184c4a23f8054551240562a8eda
Link: https://lore.kernel.org/r/20240814203850.2240469-2-dhowells@redhat.com
cc: Max Kellermann <max.kellermann@ionos.com>
cc: Ilya Dryomov <idryomov@gmail.com>
cc: Xiubo Li <xiubli@redhat.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: Matthew Wilcox <willy@infradead.org>
cc: ceph-devel@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
cc: linux-mm@kvack.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ceph/inode.c
fs/netfs/misc.c