]> Git Repo - linux.git/commit
mm: mlock_vma_pages_range() never return negative value
authorKOSAKI Motohiro <[email protected]>
Fri, 5 Mar 2010 21:41:43 +0000 (13:41 -0800)
committerLinus Torvalds <[email protected]>
Sat, 6 Mar 2010 19:26:24 +0000 (11:26 -0800)
commitc58267c32429ea6535428ca6b8a036892c1697f2
treec763a26e45a38b2115a2e09eb01b254284c1198b
parentb084d4353ff99d824d3bc5a5c2c22c70b1fba722
mm: mlock_vma_pages_range() never return negative value

Currently, mlock_vma_pages_range() never return negative value.  Then, we
can remove some worthless error check.

Signed-off-by: KOSAKI Motohiro <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mmap.c
This page took 0.05271 seconds and 4 git commands to generate.