]> git.baikalelectronics.ru Git - kernel.git/commit
fork: use vma_pages() to simplify the code
authorHuang Shijie <shijie8@gmail.com>
Mon, 30 Jul 2012 21:42:30 +0000 (14:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:20 +0000 (17:25 -0700)
commitd63eca2c7766739a0f0ec72dab7dcd50bc7a056d
tree5059c916b993726b3b208859f35c8b59761f2656
parente44c995e3853b6390393a6280afa98a5489ffc6b
fork: use vma_pages() to simplify the code

The current code can be replaced by vma_pages().  So use it to simplify
the code.

[akpm@linux-foundation.org: initialise `len' at its definition site]
Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c