Page MenuHomeFreeBSD

factor out the code that actually does the truncation from vn_truncate() into vn_truncate_locked()
ClosedPublic

Authored by rmacklem on Jun 30 2019, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 3:39 PM
Unknown Object (File)
Wed, Mar 18, 2:11 AM
Unknown Object (File)
Tue, Mar 17, 10:11 PM
Unknown Object (File)
Tue, Mar 17, 10:10 AM
Unknown Object (File)
Tue, Mar 17, 10:10 AM
Unknown Object (File)
Fri, Mar 13, 9:57 PM
Unknown Object (File)
Jan 22 2026, 12:03 PM
Unknown Object (File)
Jan 22 2026, 9:24 AM
Subscribers

Details

Summary

This patch factors out the code that actually does the truncation from vn_truncate() into vn_truncate_locked().
This will allow vn_truncate_locked() to be called within the NFS server and by D20584 for the copy_file_range(2) syscall,
instead of needing to carry across any changes (such as the recent r347151) made to vn_truncate() over to the NFS
server code (and copy_file_range(2) when added to head.

There should be no semantic change to vn_truncate().

Test Plan

Tested using a program that calls the truncate(2) syscall and a program I use to test copy_file_range(2) for a
sparse file.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 25128