Re: [PATCH 5/8] cifs: drop usage of page_file_offset

From: Matthew Wilcox
Date: Wed Apr 17 2024 - 12:25:54 EST


On Thu, Apr 18, 2024 at 12:08:39AM +0800, Kairui Song wrote:
> +++ b/fs/smb/client/file.c
> @@ -4749,7 +4749,7 @@ static int cifs_readpage_worker(struct file *file, struct page *page,
> static int cifs_read_folio(struct file *file, struct folio *folio)
> {
> struct page *page = &folio->page;
> - loff_t offset = page_file_offset(page);
> + loff_t offset = page_offset(page);

loff_t offset = folio_pos(folio);