https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260343

--- Comment #2 from Alan Somers <asom...@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.

Reply via email to