]> www.infradead.org Git - users/willy/pagecache.git/commit
fs: remove the NULL get_block case in mpage_writepages for-next
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 05:37:15 +0000 (07:37 +0200)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 9 Jul 2022 00:09:52 +0000 (20:09 -0400)
commit03b33c09ea22fa89dd204ad0a2058e512c691b9f
tree6c0f2e2e7ebbfd5468f31740ee2173f8a188e904
parentcf95d50205f62c4f5f538676def847292cf39fa9
fs: remove the NULL get_block case in mpage_writepages

No one calls mpage_writepages with a NULL get_block paramter, so remove
support for that case.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/mpage.c