]> 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>
Fri, 12 Sep 2025 00:26:09 +0000 (17:26 -0700)
commitb4fff14e776ca651eca5bab4bb77b9f7077cd145
tree0b1202b90024358fe1553e55d110545e1cf13e9e
parent42f02ccb216fac75b3a4ba47c49c5682fbf6c8bb
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