]> sourceware.org Git - systemtap.git/commit
The rpc buildok test suite probe breaks with new kernels
authorSteve Dickson <steved@redhat.com>
Tue, 16 Mar 2010 12:23:14 +0000 (08:23 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 16 Mar 2010 15:11:25 +0000 (11:11 -0400)
commit513f3caec840862f2bc10d4f830ba81c28e7cda9
treee1fd0d40e4dd501a949efce95d2515a41bb464f7
parentba685cc807d6df15b4a5587f5f6a376db38e599f
The rpc buildok test suite probe breaks with new kernels

With newer kernels the rpc_release_task() routine is not defined
because it becomes inline since its only called once. Plus the
task allocation routines have changed so the arguments no longer
match up with previous routines. So this patch uses the kernel_v
clauses to allow the original functionality with older kernels
and not to break on new kernels.

Signed-off-by: Steve Dickson <steved@redhat.com>
tapset/rpc.stp
This page took 0.028298 seconds and 5 git commands to generate.