]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: vm_event_item: explicit #include for THREAD_SIZE
authorBrian Norris <briannorris@chromium.org>
Tue, 9 Sep 2025 20:13:57 +0000 (13:13 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Sep 2025 21:22:31 +0000 (14:22 -0700)
commit032c31127f27acb1b8152b512830ecef04ed2ebc
treee485825a257b466df01234b3b8a27d2534f69d92
parent7ffc923e252ca89e58228adbdc500a9fdea43c38
mm: vm_event_item: explicit #include for THREAD_SIZE

This header uses THREAD_SIZE, which is provided by the thread_info.h
header but is not included in this header.  Depending on the #include
ordering in other files, this can produce preprocessor errors.

Link: https://lkml.kernel.org/r/20250909201419.827638-1-briannorris@chromium.org
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/vm_event_item.h