mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 07:44:23 +08:00
selftests/vm/run_vmtests: Fix wrong comment
A comment in `run_vmtests` is wrong because it is saying `128MB + 128MB == 258MB`. This commit fixes the comment. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
parent
c6a13fafa8
commit
ff80d9152f
@ -106,7 +106,7 @@ fi
|
|||||||
echo "---------------------------"
|
echo "---------------------------"
|
||||||
echo "running userfaultfd_hugetlb"
|
echo "running userfaultfd_hugetlb"
|
||||||
echo "---------------------------"
|
echo "---------------------------"
|
||||||
# 258MB total huge pages == 128MB src and 128MB dst
|
# 256MB total huge pages == 128MB src and 128MB dst
|
||||||
./userfaultfd_hugetlb 128 32 $mnt/ufd_test_file
|
./userfaultfd_hugetlb 128 32 $mnt/ufd_test_file
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "[FAIL]"
|
echo "[FAIL]"
|
||||||
|
Loading…
Reference in New Issue
Block a user