]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd08c8fae813e3b649d8033e521b9767d2feeb175
tree56a2e9d0997429509eae7aeb01ad929345fe9970
parent1c5bc0d1679e4b26bc38250064a43675abe12c5a
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