From: Al Viro Date: Wed, 30 May 2012 01:24:36 +0000 (-0400) Subject: i810: switch to vm_mmap() X-Git-Tag: v3.5-rc1~15^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244ca2b4d0b5e500681e52ad9e6d7f3f2b9362a1;p=pandora-kernel.git i810: switch to vm_mmap() Weirdness around do_mmap() in there does not rely on ->mmap_sem for exclusion, so no need to keep it under that. As the result, we can turn that do_mmap() into vm_mmap(). Signed-off-by: Al Viro --- Reading git-diff-tree failed