]> git.baikalelectronics.ru Git - kernel.git/commit
mm: change confusing #ifdef use in __access_remote_vm
authorRik van Riel <riel@redhat.com>
Wed, 6 Aug 2014 23:08:12 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:22 +0000 (18:01 -0700)
commit9e784988d120927be2810d467065ec6a603051c9
treee2171f64cbcc6f03ef4f56cf21b644df73782ae0
parent15ab9e84e6bf9880942a788c5ab666c7fa4b5664
mm: change confusing #ifdef use in __access_remote_vm

This patch changes confusing #ifdef use in __access_remote_vm into
merely ugly #ifdef use.

Addresses bug https://bugzilla.kernel.org/show_bug.cgi?id=81651

Signed-off-by: Rik van Riel <riel@redhat.com>
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c