OSDN Git Service

cifs: Remove {cifs,nfs}_fscache_release_page()
authorDavid Howells <dhowells@redhat.com>
Mon, 8 Aug 2022 14:33:51 +0000 (15:33 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 11 Aug 2022 02:26:08 +0000 (21:26 -0500)
commitcd04345598b7c191d41574bc9da3fe435dc65605
tree83d2ab550b1b2513d81baa73b6eb229c5c25f3cc
parent773891ffd4d628d05c4e22f34541e4779ee7a076
cifs: Remove {cifs,nfs}_fscache_release_page()

Remove {cifs,nfs}_fscache_release_page() from fs/cifs/fscache.h.  This
functionality got built directly into cifs_release_folio() and will
hopefully be replaced with netfs_release_folio() at some point.

The "nfs_" version is a copy and paste error and should've been altered to
read "cifs_".  That can also be removed.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
cc: Steve French <smfrench@gmail.com>
cc: linux-cifs@vger.kernel.org
cc: samba-technical@lists.samba.org
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/fscache.h