[PATCH] fixup

From: Lorenzo Stoakes

Date: Mon Nov 10 2025 - 12:35:11 EST


Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
---
include/linux/mm.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/linux/mm.h b/include/linux/mm.h
index 699566c21ff7..e94005f2b985 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -900,6 +900,8 @@ static inline bool vma_flag_test_atomic(struct vm_area_struct *vma, int bit)
{
if (__vma_flag_atomic_valid(vma, bit))
return test_bit(bit, &vma->__vm_flags);
+
+ return false;
}

static inline void vma_set_anonymous(struct vm_area_struct *vma)
--
2.51.0