hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/linux/hugetlb_inline.h
....@@ -8,7 +8,7 @@
88
99 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma)
1010 {
11
- return !!(vma->vm_flags & VM_HUGETLB);
11
+ return !!(READ_ONCE(vma->vm_flags) & VM_HUGETLB);
1212 }
1313
1414 #else