]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fixup: fix mm_lock_seq type
authorSuren Baghdasaryan <surenb@google.com>
Sun, 4 Dec 2022 22:50:05 +0000 (14:50 -0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 4 Jan 2023 20:59:27 +0000 (15:59 -0500)
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
include/linux/mm_types.h

index 1c95cd889cd1fd525188c8eae9643d440e5f0479..e497f8613c262d639b56f0b6436e85758cb0d844 100644 (file)
@@ -617,7 +617,7 @@ struct mm_struct {
                                          * by mmlist_lock
                                          */
 #ifdef CONFIG_PER_VMA_LOCK
-               int mm_lock_seq;
+               long mm_lock_seq;
                struct {
                        struct list_head head;
                        spinlock_t lock;