]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowell...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jun 2022 23:15:19 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jun 2022 23:15:19 +0000 (16:15 -0700)
commit725b538df5a01246f094697f4b5f65aaa4ea1d56
tree842bb61b11b527d4cdec06c5ffd6efd29daba12d
parente89e2348ba55347f0f079eab67d807f22fd5d45e
parent5758658767b0d8417e9ec714d6015b393363db40
Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull fscache cleanups from David Howells:

 - fix checker complaint in afs

 - two netfs cleanups:

    - netfs_inode calling convention cleanup plus the requisite
      documentation changes

    -  replace the ->cleanup op with a ->free_request op.

       This is possible as the I/O request is now always available at
       the cleanup point as the stuff to be cleaned up is no longer
       passed into the API functions, but rather obtained by ->init_request.

* 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  netfs: Rename the netfs_io_request cleanup op and give it an op pointer
  netfs: Further cleanups after struct netfs_inode wrapper introduced
  afs: Fix some checker issues