]> Git Repo - linux.git/commit - block/fops.c
fs: Convert __set_page_dirty_buffers to block_dirty_folio
authorMatthew Wilcox (Oracle) <[email protected]>
Wed, 9 Feb 2022 20:22:12 +0000 (20:22 +0000)
committerMatthew Wilcox (Oracle) <[email protected]>
Wed, 16 Mar 2022 17:37:04 +0000 (13:37 -0400)
commite621900ad28b748e058b81d6078a5d5eb37b3973
tree8c40fb48fbae51a8823e6038da522faccec82be1
parentaf7afdc7bbbe60cb6ce51a86b022d647e1a72717
fs: Convert __set_page_dirty_buffers to block_dirty_folio

Convert all callers; mostly this is just changing the aops to point
at it, but a few implementations need a little more work.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Tested-by: Damien Le Moal <[email protected]>
Acked-by: Damien Le Moal <[email protected]>
Tested-by: Mike Marshall <[email protected]> # orangefs
Tested-by: David Howells <[email protected]> # afs
32 files changed:
block/fops.c
fs/adfs/inode.c
fs/affs/file.c
fs/bfs/file.c
fs/buffer.c
fs/ecryptfs/mmap.c
fs/exfat/inode.c
fs/ext2/inode.c
fs/ext4/inode.c
fs/fat/inode.c
fs/gfs2/aops.c
fs/gfs2/meta_io.c
fs/hfs/inode.c
fs/hfsplus/inode.c
fs/hpfs/file.c
fs/jfs/inode.c
fs/minix/inode.c
fs/mpage.c
fs/nilfs2/mdt.c
fs/ntfs/aops.c
fs/ntfs3/inode.c
fs/ocfs2/aops.c
fs/omfs/file.c
fs/reiserfs/inode.c
fs/sysv/itree.c
fs/udf/file.c
fs/udf/inode.c
fs/ufs/inode.c
include/linux/buffer_head.h
mm/filemap.c
mm/page-writeback.c
mm/rmap.c
This page took 0.088562 seconds and 4 git commands to generate.