Re: [PATCH mm-nonmm-unstable 2/2] squashfs: fix page indices
From: Christoph Hellwig
Date: Fri May 26 2023 - 09:37:17 EST
On Fri, May 26, 2023 at 03:25:46PM +0200, Vincent Whitchurch wrote:
> The page cache functions want the page index as an argument but we're
> currently passing in the byte address.
Can you avoid the overly long lines by movning the GFP_NOFS parameters
to the following lines?
The rest look good.