Re: [PATCH 4/5] fs: don't call ->writepage from __mpage_writepage

From: Christoph Hellwig
Date: Fri Jun 10 2022 - 04:01:16 EST


On Thu, Jun 09, 2022 at 07:31:19PM +0200, Jan Kara wrote:
> On Wed 08-06-22 17:04:50, Christoph Hellwig wrote:
> > All callers of mpage_writepage use block_write_full_page as their
> > ->writepage implementation, so hard code that.
> >
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
>
> Similarly here NTFS (fs/ntfs3/) seems to have some non-trivial stuff besides
> block_write_full_page()...

Indeed, ntfs3 will need a prep patch to unwind this mess. Thanks
for catching this!