Re: [PATCH 5/5] fs: remove the NULL get_block case in mpage_writepages

From: Christoph Hellwig
Date: Fri Jun 10 2022 - 04:00:58 EST


On Thu, Jun 09, 2022 at 07:25:30PM +0200, Jan Kara wrote:
> On Wed 08-06-22 17:04:51, Christoph Hellwig wrote:
> > No one calls mpage_writepages with a NULL get_block paramter, so remove
> > support for that case.
> >
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
>
> What about ntfs_writepages()? That seems to call mpage_writepages() with
> NULL get_block() in one case...

Oops, yeah.