From fcf2a77db3d3d15fde67e205b9501d0b2732dde2 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 17 Mar 2022 10:58:15 -0400 Subject: [PATCH] Remove unneeded include of from nfsd.stp tapset The nfsfh.h header file was removed from the kernel in 2014. The nfsd.stp tapset attempting to include the header will cause the stap module to fail to build. The nfsd.stp tapset does not require anything from the the nfsfh.h header file and it can be safely removed. This will eliminate the following systemtap examples failures on newer kernels: FAIL: systemtap.examples/network/nfsd-recent build FAIL: systemtap.examples/network/nfsd-trace build FAIL: systemtap.examples/network/nfsd_unlink build FAIL: systemtap.examples/network/nfsdtop build --- tapset/linux/nfsd.stp | 1 - 1 file changed, 1 deletion(-) diff --git a/tapset/linux/nfsd.stp b/tapset/linux/nfsd.stp index e99ea8c64..f829facf3 100644 --- a/tapset/linux/nfsd.stp +++ b/tapset/linux/nfsd.stp @@ -15,7 +15,6 @@ #include -#include #include #include %} -- 2.43.5