Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44730 Build 41618: arc lint + arc unit
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.