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)
Fri, Oct 10, 4:21 PM
Unknown Object (File)
Fri, Oct 10, 4:21 PM
Unknown Object (File)
Fri, Oct 10, 4:21 PM
Unknown Object (File)
Fri, Oct 10, 10:32 AM
Unknown Object (File)
Fri, Sep 26, 9:56 PM
Unknown Object (File)
Mon, Sep 15, 2:14 PM
Unknown Object (File)
Mon, Sep 15, 5:15 AM
Unknown Object (File)
Sep 13 2025, 6:47 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: .