summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2024-03-18 19:18:49 +0300
committerDavid Howells <dhowells@redhat.com>2024-05-01 20:07:35 +0300
commit5a550a0c60706849d70aec7f211a7e51725adb1b (patch)
tree81dfa65bd17c9d427f9e3abccdd870545846c9d0 /mm
parentd9f85a04fb0eee0171f451fb4c4875b8a00eeaec (diff)
downloadlinux-5a550a0c60706849d70aec7f211a7e51725adb1b.tar.xz
mm: Export writeback_iter()
Export writeback_iter() so that it can be used by netfslib as a module. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> cc: Matthew Wilcox (Oracle) <willy@infradead.org> cc: Christoph Hellwig <hch@lst.de> cc: linux-mm@kvack.org
Diffstat (limited to 'mm')
-rw-r--r--mm/page-writeback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index 3e19b87049db..06fc89d981e8 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -2546,6 +2546,7 @@ done:
folio_batch_release(&wbc->fbatch);
return NULL;
}
+EXPORT_SYMBOL_GPL(writeback_iter);
/**
* write_cache_pages - walk the list of dirty pages of the given address space and write all of them.