summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorwang wei <a929244872@163.com>2026-07-06 21:43:04 +0800
committerAndrew Morton <akpm@linux-foundation.org>2026-08-04 19:18:29 -0700
commitd25711a9f32ac99d5c04a48d00d802596a8a1814 (patch)
tree9b83ada01682d28220679bbac161dcd3e6d56acd /scripts/stackusage
parentfe8c4d774dbacfc28e173eeb6b3fe263b527f8ae (diff)
selftests/damon: check correct path in ensure_file() not_exist case
In the ensure_file() function, the "not_exist" code path checks whether $dir exists as a regular file. However, the intent is to verify that the target file ($file) does not exist, not the $dir. Testing $dir makes the existence check effectively useless -- it tests the wrong path and thus never catches the case where the file is unexpectedly present. Replace $dir with $file so the not_exist verification targets the correct path. Link: https://lore.kernel.org/20260706134305.5224-1-a929244872@163.com Signed-off-by: wang wei <a929244872@163.com> Reviewed-by: SJ Park <sj@kernel.org> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions