]> git.baikalelectronics.ru Git - kernel.git/commit
mm, thp: remove unnecessary ret variable
authorDavid Rientjes <rientjes@google.com>
Tue, 29 May 2012 22:06:17 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:18 +0000 (16:22 -0700)
commit45a9b54e8d8b1283e6782a20885a6420b345c30f
tree0f71f0b1bfbbfc329777ab0a53438fb4519da7dc
parent5fada6ad44ff414fafccf0a0555913e32832e193
mm, thp: remove unnecessary ret variable

The "ret" variable is unnecessary in __do_huge_pmd_anonymous_page(), so
remove it.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c