]> sourceware.org Git - systemtap.git/commit
Remove unneeded include of <linux/nfsd/nfsfh.h> from nfsd.stp tapset
authorWilliam Cohen <wcohen@redhat.com>
Thu, 17 Mar 2022 14:58:15 +0000 (10:58 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 17 Mar 2022 17:47:27 +0000 (13:47 -0400)
commitfcf2a77db3d3d15fde67e205b9501d0b2732dde2
tree5e94d524bb20bcbc529f23cab1bb507e4f6cf70f
parentfcbe3347d7ddffc542268525796996ef283346c2
Remove unneeded include of <linux/nfsd/nfsfh.h> 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
This page took 0.027149 seconds and 5 git commands to generate.