mbox series

[git,pull] ufs fix

Message ID 20231213161857.GN1674809@ZenIV (mailing list archive)
State New
Headers show
Series [git,pull] ufs fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

Message

Al Viro Dec. 13, 2023, 4:18 p.m. UTC
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to 485053bb81c81a122edd982b263277e65d7485c5:

  fix ufs_get_locked_folio() breakage (2023-12-13 11:14:09 -0500)

----------------------------------------------------------------
ufs got broken this merge window on folio conversion - calling
conventions for filemap_lock_folio() are not the same as for
find_lock_page()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (1):
      fix ufs_get_locked_folio() breakage

 fs/ufs/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Dec. 13, 2023, 7:32 p.m. UTC | #1
The pull request you sent on Wed, 13 Dec 2023 16:18:57 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5bd7ef53ffe5ca580e93e74eb8c81ed191ddc4bd

Thank you!