Home
last modified time | relevance | path

Searched hist:b307cfe419ff886ad1bbe15419c5f5604657df7b (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Duipc_mqueue.cdiff b307cfe419ff886ad1bbe15419c5f5604657df7b Fri Mar 01 18:31:15 CET 2024 Stefan Eßer <se@FreeBSD.org> mqueuefs: fix statfs report to not signal file system full

Synthetic file systems that do not actually allocate file system
blocks or inodes should report that they have space available and
that they provide 0 inodes, in order to prevent capacity monitoring
tools from warning about resource exhaustion.

This has been fixed in all other synthetic file systems in base in
commit 88a795e80c0, but this file was overlooked since its name does
not indicate that it also provides a file system.

MFC after: 1 month