Page MenuHomeFreeBSD

vfs: yield in vn_deallocate_impl() loop
ClosedPublic

Authored by khng on Aug 27 2021, 10:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 17, 12:21 AM
Unknown Object (File)
Mon, Feb 16, 9:29 AM
Unknown Object (File)
Wed, Feb 11, 1:08 PM
Unknown Object (File)
Mon, Feb 2, 7:58 AM
Unknown Object (File)
Mon, Feb 2, 12:01 AM
Unknown Object (File)
Jan 4 2026, 11:04 AM
Unknown Object (File)
Dec 28 2025, 5:50 AM
Unknown Object (File)
Dec 28 2025, 1:28 AM
Subscribers

Details

Summary

Yield at the end of each loop iteration if there are remaining works as
indicated by the value of *len updated by VOP_DEALLOCATE. Without this,
when calling vop_stddeallocate to zero a large region, the
implementation only zerofills a relatively small chunk and return.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable