freebsd-src/sys/ufs
Kirk McKusick 1fd136ec5e When a process attempts to allocate space on a full filesystem, a
filesystem full message is sent to the offending process or the
kernel log if the offending process cannot be identified.

To prevent an explotion of messages, the kernel ppsratecheck()
function is used to limit the messages to one per second. This
revision changes the variable that tracks the rate of these messages
from a systemwide limit to a per-filesystem limit by moving it from
a global variable to a variable in the ufsmount structure.

Suggested by: kib
Reviewed by:  kib
Sponsored by: Netflix
2019-07-16 23:12:27 +00:00
..
ffs When a process attempts to allocate space on a full filesystem, a 2019-07-16 23:12:27 +00:00
ufs When a process attempts to allocate space on a full filesystem, a 2019-07-16 23:12:27 +00:00