[PATCH 0/6] afs: Fixes
From: David Howells
Date: Tue Jun 09 2020 - 12:13:16 EST
Here's a set of patches to fix some things, most of them minor.
(1) Fix a memory leak in afs_put_sysnames().
(2) Fix an oops in AFS file locking.
(3) Fix new use of BUG().
(4) Fix debugging statements containing %px.
(5) Remove afs_zero_fid as it's unused.
(6) Make afs_zap_data() static.
David
---
David Howells (1):
afs: Make afs_zap_data() static
fs/afs/dir.c | 2 +-
fs/afs/flock.c | 2 +-
fs/afs/inode.c | 2 +-
fs/afs/internal.h | 2 --
fs/afs/proc.c | 1 +
fs/afs/vl_alias.c | 5 +++--
fs/afs/yfsclient.c | 2 --
7 files changed, 7 insertions(+), 9 deletions(-)