Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2021 02:12:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260343] NFS client does not respect RLIMIT_FSIZE
Message-ID:  <bug-260343-227-txF1jBHeOM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260343-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260343-227-txF1jBHeOM>