]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tmpfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 18 Sep 2022 13:27:28 +0000 (16:27 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 24 Sep 2022 16:42:05 +0000 (19:42 +0300)
commit8bdb2695d69710b7f2e7cc20820aab8b3f4668a6
tree56071b3233438bf9759b80266bb4affff5da0cc1
parenta9c439ba104d83a2666d114dae9f26b2efb22d17
tmpfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE

PR: 164793
Reviewed by: asomers, jah, markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D36625
sys/fs/tmpfs/tmpfs_vnops.c