]> Git Repo - linux.git/commit
fuse: Convert fuse_readpages_end() to use folio_end_read()
authorMatthew Wilcox (Oracle) <[email protected]>
Sat, 20 Apr 2024 02:50:06 +0000 (03:50 +0100)
committerMiklos Szeredi <[email protected]>
Wed, 8 May 2024 07:31:21 +0000 (09:31 +0200)
commit413e8f014c8b848e4ce939156f210df59fbd1c24
treea7137dcf74182aa97196afee86debc01fc6290ce
parent96d88f65adfbcaca153afd7d3e20d74ba379c599
fuse: Convert fuse_readpages_end() to use folio_end_read()

Nobody checks the error flag on fuse folios, so stop setting it.
Optimise the (optional) setting of the uptodate flag and clearing
of the lock flag by using folio_end_read().

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