Hi Matthew,

On Fri, Mar 20, 2020 at 07:29:32AM -0700, Matthew Wilcox wrote:
> 
> I'm a little disappointed to have received no feedback on these patches
> from those who were involved with creating the ugly situation in the
> first place.
> 
> There are other ext4/f2fs patches in this patch series for which it
> would also be nice to get reviewed-by tags.
> 
> ----- Forwarded message from Matthew Wilcox <wi...@infradead.org> -----
> 
> Date: Fri, 20 Mar 2020 07:22:19 -0700
> From: Matthew Wilcox <wi...@infradead.org>
> To: Andrew Morton <a...@linux-foundation.org>
> Cc: "Matthew Wilcox (Oracle)" <wi...@infradead.org>,
>       linux-fsde...@vger.kernel.org, linux...@kvack.org,
>       linux-ker...@vger.kernel.org, linux-bt...@vger.kernel.org,
>       linux-er...@lists.ozlabs.org, linux-e...@vger.kernel.org,
>       linux-f2fs-devel@lists.sourceforge.net, cluster-de...@redhat.com,
>       ocfs2-de...@oss.oracle.com, linux-...@vger.kernel.org, Christoph
>       Hellwig <h...@lst.de>, William Kucharski <william.kuchar...@oracle.com>
> Subject: [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
> X-Mailer: git-send-email 2.21.1
> 
> From: "Matthew Wilcox (Oracle)" <wi...@infradead.org>
> 
> ext4 and f2fs have duplicated the guts of the readahead code so
> they can read past i_size.  Instead, separate out the guts of the
> readahead code so they can call it directly.
> 
> Signed-off-by: Matthew Wilcox (Oracle) <wi...@infradead.org>
> Reviewed-by: Christoph Hellwig <h...@lst.de>
> Reviewed-by: William Kucharski <william.kuchar...@oracle.com>

I actually did look at this patch last month and it looked fine.  Thanks for
doing this.

To be clear, we'd be fine with maintaining filesystem-specific code that does
the setup necessary to call ext4_mpage_readpages() and f2fs_mpage_readpages()
properly.  And that was the original intent, so that nothing would leak into the
VFS.  But I understand that the new readahead calling convention is different
and a bit more complex, and it's annoying to have multiple callers.  So if
page_cache_readahead_unbounded() makes things easier for you, it's fine with me.

I'll take a closer look at your v9 series today and provide Reviewed-by on this
patch and others.  Sorry for not doing so earlier.

Thanks!

- Eric


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to