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
F163651726: D51341.id.diff
Sat, Jul 25, 4:55 AM
F163549605: D51341.id158593.diff
Fri, Jul 24, 9:12 AM
Unknown Object (File)
Thu, Jul 23, 9:39 AM
Unknown Object (File)
Mon, Jul 20, 11:47 PM
Unknown Object (File)
Mon, Jul 20, 3:18 PM
Unknown Object (File)
Tue, Jul 14, 1:56 PM
Unknown Object (File)
Tue, Jul 14, 1:29 AM
Unknown Object (File)
Sat, Jul 4, 12:38 PM
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: .