summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2017-11-06 00:34:07 +0000
committerBen Hutchings <ben@decadent.org.uk>2017-11-11 13:34:41 +0000
commitd30a95ae76d94760d8b8f9e5c244939772df14c2 (patch)
tree2b2abd6681ce9be83bc87af0a2e1094ec04c2691 /mm
parentd8b2e551d8ecfe59c667923892a50d6ac469ce94 (diff)
mm/huge_memory: Fix unused label warning
This label is unused since commit 2ea6895123eb8604c1c0c153e2fcd1305fb96aca "mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" backport". There's no upstream equivalent of this as the label is still used there. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'mm')
-rw-r--r--mm/huge_memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index d6e6cafdb2c9..94ef2af4a76b 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -1009,7 +1009,6 @@ struct page *follow_trans_huge_pmd(struct mm_struct *mm,
if (flags & FOLL_GET)
get_page_foll(page);
-out:
return page;
}