]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
mm/huge_memory.c: fix comment in __split_huge_pmd_locked
authorYisheng Xie <xieyisheng1@huawei.com>
Thu, 1 Feb 2018 00:17:29 +0000 (16:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
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/1512625745-59451-1-git-send-email-xieyisheng1@huawei.com
Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c