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)
Sat, Apr 27, 1:58 AM
Unknown Object (File)
Sat, Apr 27, 1:58 AM
Unknown Object (File)
Sat, Apr 27, 1:56 AM
Unknown Object (File)
Sat, Apr 27, 1:55 AM
Unknown Object (File)
Sat, Apr 27, 12:28 AM
Unknown Object (File)
Mar 30 2024, 2:27 AM
Unknown Object (File)
Mar 28 2024, 11:04 PM
Unknown Object (File)
Feb 14 2024, 9:45 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