summaryrefslogtreecommitdiffstats
path: root/tapset/nfs_proc.stp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-23 11:30:26 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-23 11:30:26 -0400
commitc6a65f69138016b9257fd9fcf15ed60e05ab4e3d (patch)
treec2b9e19fce2da010c9c8c8787693e7711c0fc0df /tapset/nfs_proc.stp
parent1b45005138f7c5f7b78e80f426a5ef3bee0fdc7e (diff)
downloadsystemtap-steved-c6a65f69138016b9257fd9fcf15ed60e05ab4e3d.tar.gz
systemtap-steved-c6a65f69138016b9257fd9fcf15ed60e05ab4e3d.tar.xz
systemtap-steved-c6a65f69138016b9257fd9fcf15ed60e05ab4e3d.zip
tapset cleanup: nfs kernel?,module? -> kernel!,module
Diffstat (limited to 'tapset/nfs_proc.stp')
-rw-r--r--tapset/nfs_proc.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tapset/nfs_proc.stp b/tapset/nfs_proc.stp
index 2dc7e659..6ffdf646 100644
--- a/tapset/nfs_proc.stp
+++ b/tapset/nfs_proc.stp
@@ -559,6 +559,9 @@ probe nfs.proc.commit.return = nfs.proc3.commit.return,
nfs.proc4.commit.return
{}
+// XXX: on kernels > 2.6.18 (?), module("nfs") -> module("nfsd") and
+// function("nfsN...") becomes function("nfsdN..."). PR3833.
+
probe nfs.proc3.commit = kernel.function ("nfs3_proc_commit")?,
module("nfs").function("nfs3_proc_commit")?
{