[GIT PULL] afs: Fixes

From: David Howells
Date: Thu Aug 22 2019 - 09:46:16 EST


Hi Linus,

Here are three fixes for afs:

(1) Fix a cell record leak due to the default error not being cleared.

(2) Fix an oops in tracepoint due to a pointer that may contain an error.

(3) Fix the ACL storage op for YFS where the wrong op definition is being
used. By luck, this only actually affects the information appearing
in traces.

David
---
The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20190822

for you to fetch changes up to 7533be858f5b9a036b9f91556a3ed70786abca8e:

afs: use correct afs_call_type in yfs_fs_store_opaque_acl2 (2019-08-22 13:33:27 +0100)

----------------------------------------------------------------
AFS fixes

----------------------------------------------------------------
David Howells (1):
afs: Fix leak in afs_lookup_cell_rcu()

Marc Dionne (1):
afs: Fix possible oops in afs_lookup trace event

YueHaibing (1):
afs: use correct afs_call_type in yfs_fs_store_opaque_acl2

fs/afs/cell.c | 4 ++++
fs/afs/dir.c | 3 ++-
fs/afs/yfsclient.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)