freebsd-dev/bin/df
Baptiste Daroussin 2eee44bd5e df: do not report a 100% full inode usage on fs without inodes
Before:
devfs    2        2         0   100%       0          0  100%   /dev

After:
devfs    2        2         0   100%       0          0     -   /dev

The previous behaviour was confusing for end users and many monitoring tools

Note the linux df tools is also using the same syntax '-' for such filesystem

MFC After:		2 weeks
Reviewed by:		manu, emaste, imp
Differential Revision:	https://reviews.freebsd.org/D34515
2022-03-11 08:49:44 +01:00
..
df.1 df: do not report a 100% full inode usage on fs without inodes 2022-03-11 08:49:44 +01:00
df.c df: do not report a 100% full inode usage on fs without inodes 2022-03-11 08:49:44 +01:00
Makefile bin/df: allow -t option to be used together with -l 2022-02-10 21:09:34 +01:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00