From 012155583cea519b83b2da594efebe180b31adef Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Tue, 13 Dec 2022 23:56:21 -0800 Subject: [PATCH] fixup: size of the lock_seq Signed-off-by: Suren Baghdasaryan --- include/linux/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index 747edd74e7b5c..99e5eb693d44b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -620,7 +620,7 @@ void vma_lock_free(struct vm_area_struct *vma); static inline void vma_write_lock(struct vm_area_struct *vma) { - int mm_lock_seq; + long mm_lock_seq; mmap_assert_write_locked(vma->vm_mm); -- 2.50.1