PR: 273405
MFC after: 1 week
Details
Details
- Reviewers
emaste grembo - Commits
- rG17ed300f0833: wmistat: don't restrict reading to the pid that opened the fd.
rG9f9ba5669212: wmistat: don't restrict reading to the pid that opened the fd.
rGf41c23ee5b34: wmistat: don't restrict reading to the pid that opened the fd.
rG28977cb9bc15: wmistat: don't restrict reading to the pid that opened the fd.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think this change is reasonable. We could also go further and remove wmistat_open_pid (just replace it with a boolean), but that could be done separately / later.