[GIT PULL] afs: A fix, two cleanups and writepage removal

From: David Howells
Date: Thu Dec 22 2022 - 07:05:25 EST


Hi Linus,

Could you pull this please? There's a fix for a couple of missing resource
counter decrements, two small cleanups of now-unused bits of code and a
patch to remove writepage support from afs.

Thanks,
David
---
The following changes since commit b6bb9676f2165d518b35ba3bea5f1fcfc0d969bf:

Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu (2022-12-20 08:56:35 -0600)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20221222

for you to fetch changes up to a9eb558a5bea66cc43950632f5fffec6b5795233:

afs: Stop implementing ->writepage() (2022-12-22 11:40:35 +0000)

----------------------------------------------------------------
afs next

----------------------------------------------------------------
Colin Ian King (1):
afs: remove variable nr_servers

David Howells (2):
afs: Fix lost servers_outstanding count
afs: Stop implementing ->writepage()

Gaosheng Cui (1):
afs: remove afs_cache_netfs and afs_zap_permits() declarations

fs/afs/dir.c | 1 +
fs/afs/file.c | 3 +-
fs/afs/fs_probe.c | 5 +++-
fs/afs/internal.h | 8 ------
fs/afs/volume.c | 6 +---
fs/afs/write.c | 83 +++++++++++++++++++++++++++++++------------------------
6 files changed, 55 insertions(+), 51 deletions(-)