mm/huge_memory.c: fix comment in __split_huge_pmd_locked
authorYisheng Xie <[email protected]>
Thu, 1 Feb 2018 00:17:29 +0000 (16:17 -0800)
committerLinus Torvalds <[email protected]>
Thu, 1 Feb 2018 01:18:37 +0000 (17:18 -0800)
commit9bebc09fcf4fb25e36cf86af764c038b92f64057
tree816871694b79714786b9fe6e24f1ce55818530fb
parent9ac9322d7cfa35b5381a08c7eaed56eb2297377e
mm/huge_memory.c: fix comment in __split_huge_pmd_locked

pmd_trans_splitting() was removed after THP refcounting redesign,
therefore related comment should be updated.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yisheng Xie <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/huge_memory.c