Skip to content

Commit a3a0e6d

Browse files
inevityopsiff
authored andcommitted
mm/writeback: update filemap_dirty_folio() comment
mainline inclusion from mainline-v6.7-rc1 category: other Change to use new address space operation dirty_folio(). Link: https://lkml.kernel.org/r/20230917-trycontrib1-v1-1-db22630b8839@gmail.com Fixes: 6f31a5a ("fs: Add aops->dirty_folio") Signed-off-by: Jianguo Bau <roidinev@gmail.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> (cherry picked from commit ab428b4) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 23b1bf9 commit a3a0e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/page-writeback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,7 +2734,7 @@ void __folio_mark_dirty(struct folio *folio, struct address_space *mapping,
27342734
* @folio: Folio to be marked as dirty.
27352735
*
27362736
* Filesystems which do not use buffer heads should call this function
2737-
* from their set_page_dirty address space operation. It ignores the
2737+
* from their dirty_folio address space operation. It ignores the
27382738
* contents of folio_get_private(), so if the filesystem marks individual
27392739
* blocks as dirty, the filesystem should handle that itself.
27402740
*

0 commit comments

Comments
 (0)