fs: Convert is_dirty_writeback() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Jan 2022 19:35:22 +0000 (14:35 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:45:56 +0000 (14:45 -0400)
commit520f301c54faa3484e820b80d4505d48ee587163
tree56a2e9d0997429509eae7aeb01ad929345fe9970
parenta42634a6c07d5a66e8ad446ad0f184c0c78012ff
fs: Convert is_dirty_writeback() to take a folio

Pass a folio instead of a page to aops->is_dirty_writeback().
Convert both implementations and the caller.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Documentation/filesystems/vfs.rst
fs/buffer.c
fs/nfs/file.c
include/linux/buffer_head.h
include/linux/fs.h
mm/vmscan.c