Searched hist:b2412b7fa7a3816fa8633dc2ff19f1a90aabe423 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | fork.c | diff b2412b7fa7a3816fa8633dc2ff19f1a90aabe423 Mon Jul 30 16:42:30 CDT 2012 Huang Shijie <shijie8@gmail.com> 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>
|