mirror of
https://github.com/torvalds/linux
synced 2026-07-22 02:00:44 +09:00
Impact: fix race vma->vm_file reference is only stable while holding the mmap_sem, so move usage of it to within the critical section. Signed-off-by: Ingo Molnar <mingo@elte.hu>