]> 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)
commit77af66dac275f5d8cd62880f89301373374d509d
tree5059c916b993726b3b208859f35c8b59761f2656
parent579d35eb83cd88244cb29b868b68dfc7ce347a3c
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