From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Yu Date: Wed, 15 Jun 2022 16:11:36 +0800 Subject: [Cluster-devel] [f2fs-dev] [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio() In-Reply-To: <20220608150249.3033815-15-willy@infradead.org> References: <20220608150249.3033815-1-willy@infradead.org> <20220608150249.3033815-15-willy@infradead.org> Message-ID: <5fdec03e-efb6-554b-55b3-49e7e7f2be5e@kernel.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 2022/6/8 23:02, Matthew Wilcox (Oracle) wrote: > filemap_migrate_folio() fits f2fs's needs perfectly. > > Signed-off-by: Matthew Wilcox (Oracle) Acked-by: Chao Yu Thanks,