]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit108a218a49b5a0289cb876350f78d2b6b9a0efcc
tree86acfffbb612d6d3598e84c5390b204aa54b8f3b
parent60fa7fbd5167ecf4b308df0ae85764c06eba60f2
parent3f2812afe3e85e788a66523bdc37d55eaef3ab94
Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/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