https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260343
--- Comment #3 from Rick Macklem <[email protected]> --- Yes, I just noticed that vop_stdallocate() uses VOP_WRITE(), so it does get checked. I'll add it to nfs_allocate(). (I suspect long ago that VOP_SETATTR() of size was exempt because it does not allocate storage and the limit was really meant to limit storage usage and not size? I could be wrong, but I think rlimit was a CSRG BSD thing way back in the 1980s. POSIX probably picked up on it.) -- You are receiving this mail because: You are the assignee for the bug.
