mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
nilfs2: convert nilfs_mdt_submit_block to use a folio
Saves two calls to compound_head(). Link: https://lkml.kernel.org/r/20231114084436.2755-14-konishi.ryusuke@gmail.com Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
83d9638ded
commit
319a12c046
@ -158,8 +158,8 @@ nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, blk_opf_t opf,
|
||||
*out_bh = bh;
|
||||
|
||||
failed_bh:
|
||||
unlock_page(bh->b_page);
|
||||
put_page(bh->b_page);
|
||||
folio_unlock(bh->b_folio);
|
||||
folio_put(bh->b_folio);
|
||||
brelse(bh);
|
||||
failed:
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user