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
F147045119: D51341.id158759.diff
Sat, Mar 7, 9:12 PM
Unknown Object (File)
Sun, Feb 8, 3:05 PM
Unknown Object (File)
Sun, Feb 8, 8:18 AM
Unknown Object (File)
Feb 2 2026, 9:00 PM
Unknown Object (File)
Feb 1 2026, 10:43 PM
Unknown Object (File)
Jan 31 2026, 10:33 AM
Unknown Object (File)
Nov 20 2025, 3:02 PM
Unknown Object (File)
Nov 20 2025, 8:23 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: .