]> git.baikalelectronics.ru Git - kernel.git/commit
khugepaged: selftests: remove debug_cow
authorNanyong Sun <sunnanyong@huawei.com>
Thu, 1 Jul 2021 01:48:16 +0000 (18:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Jul 2021 03:47:26 +0000 (20:47 -0700)
commita026803b648e721bbc1d746a7ac5ad88a9c0da65
treecf0690ed9272b6505b722c96165c7dce672dc652
parentc352a89ea9d5301606bf4c6888695952c5129e88
khugepaged: selftests: remove debug_cow

The debug_cow attribute had been removed since commit 1e21d2e32a5c37 ("mm:
thp: remove debug_cow switch"), so remove it in selftest code too,
otherwise the khugepaged test will fail.

Link: https://lkml.kernel.org/r/20210430051117.400189-1-sunnanyong@huawei.com
Fixes: 1e21d2e32a5c37 ("mm: thp: remove debug_cow switch")
Signed-off-by: Nanyong Sun <sunnanyong@huawei.com>
Cc: Yang Shi <yang.shi@linux.alibaba.com>
Cc: Zi Yan <ziy@nvidia.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/selftests/vm/khugepaged.c