From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Yu Date: Sat, 21 Mar 2020 20:35:12 +0800 Subject: [Cluster-devel] [f2fs-dev] [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages In-Reply-To: <20200320142231.2402-24-willy@infradead.org> References: <20200320142231.2402-1-willy@infradead.org> <20200320142231.2402-24-willy@infradead.org> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 2020-3-20 22:22, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > This function now only uses the mapping argument to look up the inode, > and both callers already have the inode, so just pass the inode instead > of the mapping. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: William Kucharski Reviewed-by: Chao Yu Thanks,