Skip to content

Commit 5a550a0

Browse files
committed
mm: Export writeback_iter()
Export writeback_iter() so that it can be used by netfslib as a module. Signed-off-by: David Howells <[email protected]> Reviewed-by: Jeff Layton <[email protected]> cc: Matthew Wilcox (Oracle) <[email protected]> cc: Christoph Hellwig <[email protected]> cc: [email protected]
1 parent d9f85a0 commit 5a550a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/page-writeback.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,6 +2546,7 @@ struct folio *writeback_iter(struct address_space *mapping,
25462546
folio_batch_release(&wbc->fbatch);
25472547
return NULL;
25482548
}
2549+
EXPORT_SYMBOL_GPL(writeback_iter);
25492550

25502551
/**
25512552
* write_cache_pages - walk the list of dirty pages of the given address space and write all of them.

0 commit comments

Comments
 (0)