[git pull] ufs fix

From: Al Viro
Date: Wed Dec 13 2023 - 11:19:14 EST


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@xxxxxxxxxxxxxxxxxx>

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

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