]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
msdosfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 18 Sep 2022 11:51:33 +0000 (14:51 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 24 Sep 2022 16:42:01 +0000 (19:42 +0300)
commita9c439ba104d83a2666d114dae9f26b2efb22d17
tree3cb888a20c2daca7e1462529603f82207817cefa
parent87525ef94007c792c6745db7938251a663ca5706
msdosfs: 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/msdosfs/msdosfs_vnops.c