Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Aug 2022 17:11:56 +0000 (10:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Aug 2022 17:11:56 +0000 (10:11 -0700)
commit15205c2829ca2cbb5ece5ceaafe1171a8470e62b
tree86acfffbb612d6d3598e84c5390b204aa54b8f3b
parent4b22e2074195097c9d6bdc688288d12b7b236bae
parent1a1e3aca9d4957e282945cdc2b58e7c560b8e0d2
Merge tag 'fscache-fixes-20220809' of git://git./linux/kernel/git/dhowells/linux-fs

Pull fscache updates from David Howells:

 - Fix a cookie access ref leak if a cookie is invalidated a second time
   before the first invalidation is actually processed.

 - Add a tracepoint to log cookie lookup failure

* tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  fscache: add tracepoint when failing cookie
  fscache: don't leak cookie access refs if invalidation is in progress or failed