From: Andrew Morton <a...@linux-foundation.org>

update comment to match new code

Cc: Andrea Arcangeli <aarca...@redhat.com>
Cc: Ebru Akagunduz <ebru.akagun...@gmail.com>
Cc: Kirill A. Shutemov <kirill.shute...@linux.intel.com>
Cc: Rik van Riel <r...@redhat.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky.w...@gmail.com>
Cc: Stephen Rothwell <s...@canb.auug.org.au>
Cc: Vlastimil Babka <vba...@suse.cz>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---
 mm/huge_memory.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index 1777b806de96..d7ccc8558187 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -2502,9 +2502,9 @@ static void collapse_huge_page(struct mm_struct *mm,
        }
 
        /*
-        * __collapse_huge_page_swapin always returns with mmap_sem
-        * locked. If it fails, release mmap_sem and jump directly
-        * label out. Continuing to collapse causes inconsistency.
+        * __collapse_huge_page_swapin always returns with mmap_sem locked.
+        * If it fails, release mmap_sem and jump directly out.
+        * Continuing to collapse causes inconsistency.
         */
        if (!__collapse_huge_page_swapin(mm, vma, address, pmd)) {
                mem_cgroup_cancel_charge(new_page, memcg, true);
-- 
2.8.1

Reply via email to