[GIT PULL]

From: David Howells
Date: Tue Aug 09 2022 - 09:27:41 EST


Hi Linus,

Can you pull these two patches please? The first fixes a cookie access ref
leak if a cookie is invalidated a second time before the first invalidation
is actually processed. The second adds a tracepoint to log cookie look up
failure.

Thanks,
David

Link: https://listman.redhat.com/archives/linux-cachefs/2022-August/007061.html
Link: https://listman.redhat.com/archives/linux-cachefs/2022-August/007062.html
---
The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:

Linux 5.19 (2022-07-31 14:03:01 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/fscache-fixes-20220809

for you to fetch changes up to 1a1e3aca9d4957e282945cdc2b58e7c560b8e0d2:

fscache: add tracepoint when failing cookie (2022-08-09 14:13:59 +0100)

----------------------------------------------------------------
fscache fixes

----------------------------------------------------------------
Jeff Layton (2):
fscache: don't leak cookie access refs if invalidation is in progress or failed
fscache: add tracepoint when failing cookie

fs/fscache/cookie.c | 9 +++++++--
include/trace/events/fscache.h | 2 ++
2 files changed, 9 insertions(+), 2 deletions(-)