]> sourceware.org Git - systemtap.git/commit
Revise inodewatch2.stp to work on a wider range of kernels and filesystems
authorWilliam Cohen <wcohen@redhat.com>
Wed, 25 Sep 2019 14:58:11 +0000 (10:58 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 25 Sep 2019 14:58:11 +0000 (10:58 -0400)
commit4f3991c14166f7bda2baedff85dd3859b668fb84
treeabb5ce6c272499fb5a33dfc85d619d052f68110f
parent57c9aca9f1ff32a6add10e02ecd33b7314fad499
Revise inodewatch2.stp to work on a wider range of kernels and filesystems

The inodewatch2.stp instrumented specific functions that actually
changed the the mode of the inode.  Depending on the file system used
the orginally instrumented functions would miss chmod operations on
some file systems.  Moved the instrumentation to the common
notify_change function that all the operations go through.
testsuite/systemtap.examples/io/inodewatch2.stp
This page took 0.024474 seconds and 5 git commands to generate.