summaryrefslogtreecommitdiff
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-10-27 01:22:00 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-27 03:52:09 +0400
commit1b36ba815bd91f17e31277a44dd5c6b6a5a8d97e (patch)
tree9d68d66e780c619b01c5d8ddc93e19547b448142 /mm/rmap.c
parente6219ec8195efd5640765e657810f262ad9d1a92 (diff)
downloadlinux-1b36ba815bd91f17e31277a44dd5c6b6a5a8d97e.tar.xz
mm: wrap follow_pte() using __cond_lock()
The follow_pte() conditionally grabs *@ptlp in case of returning 0. Rename and wrap it using __cond_lock() removes following warnings: mm/memory.c:2337:9: warning: context imbalance in 'do_wp_page' - unexpected unlock mm/memory.c:3142:19: warning: context imbalance in 'handle_mm_fault' - different lock contexts for basic block Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions