From 49aa88c556fe7b8e330fdbb5ea198ba105c6465e Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Sun, 4 Dec 2022 14:50:05 -0800 Subject: [PATCH] fixup: fix mm_lock_seq type Signed-off-by: Suren Baghdasaryan --- include/linux/mm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1