mmap: save some cycles for the shared anonymous mapping
authorHuang Shijie <shijie8@gmail.com>
Tue, 22 Sep 2009 00:03:41 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:41 +0000 (07:17 -0700)
commitf8dbf0a7a4c5d98e8b70da9f7f4f6a89f3b7a7bb
tree1f40d51f39965017999c36e3a5ae78b67e43f5d5
parent252c5f94d944487e9f50ece7942b0fbf659c5c31
mmap: save some cycles for the shared anonymous mapping

shmem_zero_setup() does not change vm_start, pgoff or vm_flags, only some
drivers change them (such as /driver/video/bfin-t350mcqb-fb.c).

Move these codes to a more proper place to save cycles for shared
anonymous mapping.

Signed-off-by: Huang Shijie <shijie8@gmail.com>
Reviewed-by: Minchan Kim <minchan.kim@gmail.com>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c