Page MenuHomeFreeBSD

nfsstat: delete unused fields
ClosedPublic

Authored by asomers on Oct 23 2020, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 7:06 PM
Unknown Object (File)
Tue, Apr 30, 11:45 PM
Unknown Object (File)
Tue, Apr 30, 11:27 PM
Unknown Object (File)
Tue, Apr 30, 11:26 PM
Unknown Object (File)
Tue, Apr 30, 8:47 PM
Unknown Object (File)
Mar 24 2024, 8:09 PM
Unknown Object (File)
Jan 11 2024, 10:56 PM
Unknown Object (File)
Dec 22 2023, 11:17 PM
Subscribers

Details

Summary

nfsstat: delete unused fields

Ever since r192762 nfsstat has included a few fields whose values were
always 0. They were copied from OpenBSD, but have never been used on
FreeBSD. Don't display them.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Here's an example of the change in the command's output, for various command line options.

Seems ok to me.
There have already been commits that changed this
output format and no one has reported problems
because of that.
As such, I don't think this format change will
cause people problems.

This revision is now accepted and ready to land.Oct 23 2020, 11:38 PM
This revision was automatically updated to reflect the committed changes.