Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
before:
$ df -i /dev devfs 2 2 0 100% 0 0 100% /dev
after:
$ df -i /dev devfs 2 2 0 100% 0 0 - /dev
Comment Actions
it avoids monitoring tools which look for inode occupation to have to maintain of list of filesystem to skip.
Note that on linux df is doring the same, for example on msdosfs filesystem.