From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fs: use rest_of_page() macro where appropriate Date: Thu, 05 Mar 2026 13:59:10 +1000 Message-ID: In-Reply-To: <20260304012717.201797-3-ynorov@nvidia.com> References: <20260304012717.201797-1-ynorov@nvidia.com> <20260304012717.201797-3-ynorov@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review All 7 file changes are mechanical replacements. Each substitution is correc= t: - `fs/ext4/verity.c`, `fs/f2fs/verity.c`: `PAGE_SIZE - offset_in_page(pos)`= =E2=86=92 `rest_of_page(pos)` where `pos` is `loff_t`. Correct. - `fs/fuse/dev.c`: Two replacements in the same highmem check block. Correc= t. - `fs/iomap/buffered-io.c`, `fs/nfs/pagelist.c`, `fs/xfs/scrub/xfile.c`, `f= s/remap_range.c`: All straightforward. No issues. --- Generated by Claude Code Patch Reviewer