]> 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)
commitd557766683baf2a92d899e5726646d74a74c73d3
tree86acfffbb612d6d3598e84c5390b204aa54b8f3b
parentc3c15302c1fb4fa309ad472cb51c847e24471a6c
parentd736dd584478c0ddcfa67a2d2e65c95596be906d
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