t 37e79cbf7d45451fb4d1213184e484723c25c65a author David Howells 1330005035 +0000 committer Linus Torvalds 1330102744 -0800 NOMMU: Lock i_mmap_mutex for access to the VMA prio list Lock i_mmap_mutex for access to the VMA prio list to prevent concurrent access. Currently, certain parts of the mmap handling are protected by the region mutex, but not all. Reported-by: Al Viro Signed-off-by: David Howells Acked-by: Al Viro cc: stable@vger.kernel.org Signed-off-by: Linus Torvalds