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

Message ID 2219505.1671710165@warthog.procyon.org.uk
State New
Headers
Series [GIT,PULL] afs: A fix, two cleanups and writepage removal |

Pull-request

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

Message

David Howells Dec. 22, 2022, 11:56 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 22, 2022, 7:28 p.m. UTC | #1
The pull request you sent on Thu, 22 Dec 2022 11:56:05 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ff75ec43a2f6fbf7049472312bab322d77eb1bde

Thank you!