Re: [PATCH 2/2] ceph: add fscache writeback support
From: David Howells
Date: Mon Dec 06 2021 - 06:13:20 EST
Jeff Layton <jlayton@xxxxxxxxxx> wrote:
> + if (caching)
> + ceph_set_page_fscache(page);
I suggest moving this test into ceph_set_page_fscache().
David