summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/twentytwo.stp')
-rwxr-xr-xtestsuite/buildok/twentytwo.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/twentytwo.stp b/testsuite/buildok/twentytwo.stp
index 88a0b57b..ef73ad76 100755
--- a/testsuite/buildok/twentytwo.stp
+++ b/testsuite/buildok/twentytwo.stp
@@ -2,9 +2,9 @@
# Test for reading 64-bit target variable, PR 1271
-probe kernel.function("free_task")
+probe kernel.function("deactivate_super")
{
- printf("timestamp %d\n", $tsk->timestamp)
+ printf("s_maxbytes %d\n", $s->s_maxbytes)
}
probe kernel.function("vfs_llseek")