]> Git Repo - linux.git/commit
fuse: Convert fuse_writepage_locked to take a folio
authorMatthew Wilcox (Oracle) <[email protected]>
Wed, 28 Feb 2024 18:29:38 +0000 (18:29 +0000)
committerMiklos Szeredi <[email protected]>
Tue, 5 Mar 2024 13:07:24 +0000 (14:07 +0100)
commite0887e095a803d238bd3e2b280baa4c5e70c650c
tree2512a70eb0ac2f0514ef78efc5c1c4a1e77695ae
parente1c420ac9968f40cc266ec648cce12fa55c891db
fuse: Convert fuse_writepage_locked to take a folio

The one remaining caller of fuse_writepage_locked() already has a folio,
so convert this function entirely.  Saves a few calls to compound_head()
but no attempt is made to support large folios in this patch.

Signed-off-by: "Matthew Wilcox (Oracle)" <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
fs/fuse/file.c
This page took 0.052702 seconds and 4 git commands to generate.