From: Suren Baghdasaryan Date: Sun, 4 Dec 2022 22:50:05 +0000 (-0800) Subject: fixup: fix mm_lock_seq type X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49aa88c556fe7b8e330fdbb5ea198ba105c6465e;p=users%2Fjedix%2Flinux-maple.git fixup: fix mm_lock_seq type Signed-off-by: Suren Baghdasaryan --- diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 1c95cd889cd1..e497f8613c26 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -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;