]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
authorDavid Howells <dhowells@redhat.com>
Mon, 15 Feb 2021 13:23:33 +0000 (13:23 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 8 Apr 2021 13:19:30 +0000 (14:19 +0100)
commita790c5487b9d840dabd68ce92a9d782876ccf5dc
treeb481d5e76233778d41a56ea8672da1aa9a55860b
parent72159100faad79188823f300f76ca1a24e497540
netfs, mm: Move PG_fscache helper funcs to linux/netfs.h

Move the PG_fscache related helper funcs (such as SetPageFsCache()) to
linux/netfs.h rather than linux/fscache.h as the intention is to move to a
model where they're used by the network filesystem and the helper library,
but not by fscache/cachefiles itself.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Matthew Wilcox <willy@infradead.org>
cc: linux-mm@kvack.org
cc: linux-cachefs@redhat.com
cc: linux-afs@lists.infradead.org
cc: linux-nfs@vger.kernel.org
cc: linux-cifs@vger.kernel.org
cc: ceph-devel@vger.kernel.org
cc: v9fs-developer@lists.sourceforge.net
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/161340392347.1303470.18065131603507621762.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161539534516.286939.6265142985563005000.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161653792959.2770958.5386546945273988117.stgit@warthog.procyon.org.uk/
include/linux/fscache.h
include/linux/netfs.h [new file with mode: 0644]