]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'pull-fixes.ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 00:03:18 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 00:03:18 +0000 (17:03 -0700)
commit263a25de5b6002da3b27bc33a36c51ecfc086b35
tree8020c423de7afd67b9ef7d95690e2b4b2deac4c6
parent3840cbe24cf060ea05a585ca497814609f5d47d1
parent0d0b8646a66de7f3bf345106f2034a2268799d67
Merge tag 'pull-fixes.ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull ufs fix from Al Viro:
 "Fix ufs_rename() braino introduced this cycle.

  The 'folio_release_kmap(dir_folio, new_dir)' in ufs_rename() part of
  folio conversion should've been getting a pointer to ufs directory
  entry within the page, rather than a pointer to directory struct
  inode..."

* tag 'pull-fixes.ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ufs_rename(): fix bogus argument of folio_release_kmap()