HWPOISON: Export some rmap vma locking to outside world
authorAndi Kleen <andi@firstfloor.org>
Wed, 16 Sep 2009 09:50:04 +0000 (11:50 +0200)
committerAndi Kleen <ak@linux.intel.com>
Wed, 16 Sep 2009 09:50:04 +0000 (11:50 +0200)
Needed for later patch that walks rmap entries on its own.

This used to be very frowned upon, but memory-failure.c does
some rather specialized rmap walking and rmap has been stable
for quite some time, so I think it's ok now to export it.

Signed-off-by: Andi Kleen <ak@linux.intel.com>

No differences found