]> git.baikalelectronics.ru Git - kernel.git/commit
fs: remove the NULL get_block case in mpage_writepages
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 05:37:15 +0000 (07:37 +0200)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:04 +0000 (12:34 -0400)
commit9fa871429e560a4d1a2df21d6d76ebe8e352a826
treeda2695be7963c48d5b5a4deb9755daf985bfd625
parent79a8f2563dbeb935d6e32497d592ff774d42a523
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