Page MenuHomeFreeBSD

stress2/fullpath2: Clean up the vn_fullpath DTrace one-liner
ClosedPublic

Authored by 0mp on Jul 16 2025, 11:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 3:10 AM
Unknown Object (File)
Thu, Sep 10, 11:20 PM
Unknown Object (File)
Sun, Sep 6, 6:01 AM
Unknown Object (File)
Sat, Sep 5, 11:31 PM
Unknown Object (File)
Sat, Sep 5, 11:03 PM
Unknown Object (File)
Sat, Sep 5, 4:50 PM
Unknown Object (File)
Fri, Sep 4, 6:04 AM
Unknown Object (File)
Wed, Sep 2, 5:28 AM
Subscribers

Details

Summary
  • Remove -w; there is no need for destructive actions here.
  • Remove the glob from before "vn_fullpath"; the probe description matches vn_fullpath only anyway, so there is no need for the glob here.

Fixes: 113f2f0c76a7 stress2: Updated dtrace comment

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp requested review of this revision.Jul 16 2025, 11:27 AM
This revision is now accepted and ready to land.Jul 17 2025, 4:34 PM

I think this is OBE? Commit 113f2f0c76a7ddc09cbadaa199e47cecec0f2814 has the same effect.

My patch improves the change committed by pho@. That's why I mention pho's patch in Fixes: .