[Bug 260343] NFS client does not respect RLIMIT_FSIZE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260343] NFS client does not respect RLIMIT_FSIZE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Dec 2021 02:12:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260343 --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- Isn't vop_stdallocate covered by the call to VOP_WRITE, which checks RLIMIT_FSIZE? Or are you concerned that RLIMIT_FSIZE needs to be checked before vop_stdallocate's loop begins? Bug 164793 describes RLIMIT_FSIZE with truncate. It's pretty clearly a POSIX violation that we don't check it. I guess nobody cares, though. RLIMIT_FSIZE isn't all that important. -- You are receiving this mail because: You are the assignee for the bug.