Page MenuHomeFreeBSD

add a check for filesize rlimit to nfs_allocate
ClosedPublic

Authored by rmacklem on Dec 13 2021, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 10, 6:16 PM
Unknown Object (File)
Thu, Dec 5, 11:43 AM
Unknown Object (File)
Sat, Nov 30, 11:34 PM
Unknown Object (File)
Oct 2 2024, 3:33 AM
Unknown Object (File)
Sep 24 2024, 9:43 PM
Unknown Object (File)
Sep 23 2024, 7:58 PM
Unknown Object (File)
Sep 23 2024, 12:09 PM
Unknown Object (File)
Sep 19 2024, 10:53 AM
Subscribers

Details

Summary

As reported in PR#260343, nfs_allocate() did not check
the filesize rlimit. This patch adds that check.

Test Plan

Tested against a NFSv4.2 server exporting a UFS file
system with Allocate enabled.

Doing posix_fallocate() was tested when both the
limit would not be exceeded and the filesize limit
would be exceeded.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped