Hi Linus, Here's a set of small patches to fix some things, most of them minor. Would you prefer I defer and submit it again after -rc1? (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 --- The following changes since commit aaa2faab4ed8e5fe0111e04d6e168c028fe2987f: Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2020-06-05 16:44:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20200609 for you to fetch changes up to c68421bbad755a280851afff0fb236dd4e53e684: afs: Make afs_zap_data() static (2020-06-09 18:17:14 +0100) ---------------------------------------------------------------- AFS fixes ---------------------------------------------------------------- David Howells (5): afs: Fix file locking afs: Fix use of BUG() afs: Fix debugging statements with %px to be %p afs: Remove afs_zero_fid as it's not used afs: Make afs_zap_data() static Zhihao Cheng (1): afs: Fix memory leak in afs_put_sysnames() 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(-)