[PATCH 0/2] afs: Miscellaneous fixes
From: David Howells
Date: Wed Jul 29 2026 - 10:35:59 EST
Hi Christian,
Can you pick up these miscellaneous AFS fixes, please? They were found by
Sashiko[1].
(1) Fix missing kunmap in afs_dir_search_bucket().
(2) Fix double-unmap of directory block.
The patches can be found here:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes
Thanks,
David
[1] https://sashiko.dev/#/patchset/20260716103030.3065561-1-dhowells%40redhat.com
David Howells (2):
afs: Fix missing kunmap in afs_dir_search_bucket()
afs: Fix double-unmap of directory block
fs/afs/dir_edit.c | 9 ++-------
fs/afs/dir_search.c | 11 ++---------
fs/afs/internal.h | 8 ++++++++
3 files changed, 12 insertions(+), 16 deletions(-)