[PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
Chris Li
chrisl at kernel.org
Thu Feb 26 13:48:47 PST 2026
On Wed, Feb 25, 2026 at 3:44 PM Tal Zussman <tz2294 at columbia.edu> 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 at columbia.edu>
Acked-by: Chris Li <chrisl at kernel.org>
Chris
More information about the linux-afs
mailing list