From 33cca6c0c91444f2de26fdd6cda546a8806377f0 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 16 Mar 2010 06:04:04 -0400 Subject: 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 --- testsuite/buildok/nfsd-embedded.stp | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuite/buildok/nfsd-embedded.stp') 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)) } -- cgit