]> git.baikalelectronics.ru Git - 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)
commit8a929e507bac6f01de793cdd5450ac6691a737ea
tree816871694b79714786b9fe6e24f1ce55818530fb
parent6add7c4b423c3a61cf605860f3b4ad8697349055
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