Page MenuHomeFreeBSD

nfsstat: delete unused fields
ClosedPublic

Authored by asomers on Oct 23 2020, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 7:31 PM
Unknown Object (File)
Sat, Jan 18, 7:31 PM
Unknown Object (File)
Sat, Jan 18, 7:31 PM
Unknown Object (File)
Sat, Jan 18, 7:17 PM
Unknown Object (File)
Tue, Jan 14, 2:10 PM
Unknown Object (File)
Fri, Jan 10, 10:56 PM
Unknown Object (File)
Sat, Jan 4, 5:54 PM
Unknown Object (File)
Thu, Jan 2, 12:35 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.