commit | 25ca1d6c02fe1c6d90d918867ef670d323725458 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue Oct 26 14:21:59 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:09 2010 -0700 |
tree | de1709dd1dc7e0b9e9bd91840beb02f12e56b7e0 | |
parent | e6223a3b19421e3a8df1352d21fd0d71093f44ae [diff] |
mm: wrap get_locked_pte() using __cond_lock() The get_locked_pte() conditionally grabs 'ptl' in case of returning non-NULL. This leads sparse to complain about context imbalance. Rename and wrap it using __cond_lock() to make sparse happy. 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>