diff options
author | Steve Dickson <steved@redhat.com> | 2010-03-16 06:04:04 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-03-16 06:04:04 -0400 |
commit | 33cca6c0c91444f2de26fdd6cda546a8806377f0 (patch) | |
tree | c7836023c45cd91443b9a24e32a9e568c92a9c9a | |
parent | b323ac188731fcacd48d416c13e1cc43dd91ebcd (diff) | |
download | systemtap-steved-33cca6c0c91444f2de26fdd6cda546a8806377f0.tar.gz systemtap-steved-33cca6c0c91444f2de26fdd6cda546a8806377f0.tar.xz systemtap-steved-33cca6c0c91444f2de26fdd6cda546a8806377f0.zip |
Update the nfsd buildok test suite probes
The __get_fh() is no longer exists due to the use
of the @cast defines, so its removed
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-x | testsuite/buildok/nfsd-embedded.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/buildok/nfsd-embedded.stp b/testsuite/buildok/nfsd-embedded.stp index 6321ec94..96d808ba 100755 --- a/testsuite/buildok/nfsd-embedded.stp +++ b/testsuite/buildok/nfsd-embedded.stp @@ -1,6 +1,5 @@ #! stap -p4 probe begin { - print (__get_fh (0,0)) print (__svc_fh (0)) } |