mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
nilfs2: convert nilfs_mdt_create_block to use a folio
Saves two calls to compound_head(). Link: https://lkml.kernel.org/r/20231114084436.2755-13-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
5a5cad8cb2
commit
83d9638ded
@ -97,8 +97,8 @@ static int nilfs_mdt_create_block(struct inode *inode, unsigned long block,
|
||||
}
|
||||
|
||||
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_unlock:
|
||||
|
Loading…
x
Reference in New Issue
Block a user