]> git.ipfire.org Git - thirdparty/linux.git/commit
ufs: Pass a folio to ufs_new_fragments()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 5 Oct 2024 18:02:07 +0000 (19:02 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 18 Oct 2024 21:35:31 +0000 (17:35 -0400)
commit14bcb7bb68094f3a8bb7dd8a6a87db910b596f19
tree73586c8c3befefde407a2703b631088ec873acd2
parent24a87a0adb2febe62b6cf3e0932a23d99931906f
ufs: Pass a folio to ufs_new_fragments()

All callers now have a folio, pass it to ufs_new_fragments() instead
of converting back to a page.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/balloc.c
fs/ufs/inode.c
fs/ufs/ufs.h