Merge tag 'vfs-6.15-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 May 2025 14:51:05 +0000 (07:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 May 2025 14:51:05 +0000 (07:51 -0700)
commiteccf6f2f6ab9688b0fc113aeb8391998c11b5d49
tree7b5a3f83df83b0ed655f78a843ae83d63152218e
parent040c0f6a187162f082578b431b5919856c3df820
parent7e69dd62bcda256709895e82e1bb77511e2f844b
Merge tag 'vfs-6.15-rc8.fixes' of git://git./linux/kernel/git/vfs/vfs

Pull vfs fixes from Christian Brauner:
 "This contains a small set of fixes for the blocking buffer lookup
  conversion done earlier this cycle.

  It adds a missing conversion in the getblk slowpath and a few minor
  optimizations and cleanups"

* tag 'vfs-6.15-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  fs/buffer: optimize discard_buffer()
  fs/buffer: remove superfluous statements
  fs/buffer: avoid redundant lookup in getblk slowpath
  fs/buffer: use sleeping lookup in __getblk_slowpath()