Re: [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes

From: Chris Li

Date: Thu Feb 26 2026 - 16:51:06 EST


On Wed, Feb 25, 2026 at 3:44 PM Tal Zussman <tz2294@xxxxxxxxxxxx> wrote:
>
> Remove unused pagevec.h includes from .c files. These were found with
> the following command:
>
> grep -rl '#include.*pagevec\.h' --include='*.c' | while read f; do
> grep -qE 'PAGEVEC_SIZE|folio_batch' "$f" || echo "$f"
> done
>
> There are probably more removal candidates in .h files, but those are
> more complex to analyze.
>
> Signed-off-by: Tal Zussman <tz2294@xxxxxxxxxxxx>

Acked-by: Chris Li <chrisl@xxxxxxxxxx>

Chris