3/5
mm: Add RCU-based VMA lookup helper that waits for writers
From: Dave Hansen dave.hansen@linux.intel.com There are basically two parallel ways to look up a VMA: the traditional way, which is protected by mmap_read_lock, and the RCU-based per-VMA lock way w